File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
site/src/components/HelpTooltip Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ const Template: Story<HelpTooltipProps> = (args) => (
17
17
< HelpTooltip { ...args } >
18
18
< HelpTooltipTitle > What is a template?</ HelpTooltipTitle >
19
19
< HelpTooltipText >
20
- With templates, you can create a common configuration for your team`'`s workspaces
21
- using Terraform so that everyone can use the same environment to deliver great
22
- software.
20
+ With templates, you can create a common configuration for your team`'`s workspaces using Terraform so that
21
+ everyone can use the same environment to deliver great software.
23
22
</ HelpTooltipText >
24
23
< HelpTooltipLinksGroup >
25
24
< HelpTooltipLink href = "https://github.com/coder/coder/" > Creating a template</ HelpTooltipLink >
You can’t perform that action at this time.
0 commit comments