Skip to content

Commit e4a6c04

Browse files
author
Katie Horne
committed
chore: fix wording; lint
1 parent 6d4afa2 commit e4a6c04

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

site/src/components/Tooltips/HelpTooltip/HelpTooltip.stories.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ export default {
1616
const Template: Story<HelpTooltipProps> = (args) => (
1717
<HelpTooltip {...args}>
1818
<HelpTooltipTitle>What is a template?</HelpTooltipTitle>
19-
<HelpTooltipText>
20-
A template is a common configuration for your team`&apos;`s workspaces.
21-
everyone can use the same environment to deliver great software.
22-
</HelpTooltipText>
19+
<HelpTooltipText>A template is a common configuration for your team`&apos;`s workspaces.</HelpTooltipText>
2320
<HelpTooltipLinksGroup>
2421
<HelpTooltipLink href="https://github.com/coder/coder/">Creating a template</HelpTooltipLink>
2522
<HelpTooltipLink href="https://github.com/coder/coder/">Updating a template</HelpTooltipLink>

0 commit comments

Comments
 (0)