Skip to content

Commit ad93f13

Browse files
Merge pull request #783 from Arturlang/patch-1
Fixes a typo in composite-component.md
2 parents 95c21ec + db1b69d commit ad93f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/intro-to-storybook/angular/en/composite-component.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export const Empty: Story = {
142142

143143
<div class="aside">
144144

145-
💡[**Decorators**](https://storybook.js.org/docs/writing-stories/decorators) are a way to provide arbitrary wrappers to stories. In this case we’re using a decorator key on the default export to add some `margin` around the rendered component. hey can also be used to wrap stories in “providers”–-i.e., library components that set some context.
145+
💡[**Decorators**](https://storybook.js.org/docs/writing-stories/decorators) are a way to provide arbitrary wrappers to stories. In this case we’re using a decorator key on the default export to add some `margin` around the rendered component. They can also be used to wrap stories in “providers”–-i.e., library components that set some context.
146146

147147
</div>
148148

0 commit comments

Comments
 (0)