We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c21651 commit 953c542Copy full SHA for 953c542
site/src/components/HelpTooltip/HelpTooltip.stories.tsx
@@ -17,9 +17,8 @@ const Template: Story<HelpTooltipProps> = (args) => (
17
<HelpTooltip {...args}>
18
<HelpTooltipTitle>What is a template?</HelpTooltipTitle>
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.
+ With templates, you can create a common configuration for your team`'`s workspaces using Terraform so that
+ everyone can use the same environment to deliver great software.
23
</HelpTooltipText>
24
<HelpTooltipLinksGroup>
25
<HelpTooltipLink href="https://github.com/coder/coder/">Creating a template</HelpTooltipLink>
0 commit comments