File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
site/src/components/HelpTooltip Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ 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 using Terraform so that everyone
21
- can use the same environment to deliver great software.
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.
22
23
</ HelpTooltipText >
23
24
< HelpTooltipLinksGroup >
24
25
< HelpTooltipLink href = "https://github.com/coder/coder/" > Creating a template</ HelpTooltipLink >
You can’t perform that action at this time.
0 commit comments