mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-28 05:10:17 +08:00
Merge pull request #16157 from zacnomore/patch-1
Fix typo in Angular Example NgRx Story
This commit is contained in:
commit
b59d90c3b4
@ -10,7 +10,7 @@ exports[`Storyshots Others / NgRx / Store With Component 1`] = `
|
||||
</storybook-wrapper>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Others / NgRx / Store With Temaplte 1`] = `
|
||||
exports[`Storyshots Others / NgRx / Store With Template 1`] = `
|
||||
<storybook-wrapper>
|
||||
<storybook-comp-with-store>
|
||||
<div>
|
||||
|
@ -45,6 +45,6 @@ export const WithComponent: Story = () => ({
|
||||
component: WithStoreComponent,
|
||||
});
|
||||
|
||||
export const WithTemaplte: Story = () => ({
|
||||
export const WithTemplate: Story = () => ({
|
||||
template: `<storybook-comp-with-store></storybook-comp-with-store>`,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user