Merge pull request #16157 from zacnomore/patch-1

Fix typo in Angular Example NgRx Story
This commit is contained in:
Michael Shilman 2021-09-26 17:10:30 +08:00 committed by GitHub
commit b59d90c3b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>`,
});