Skip to content

Commit

Permalink
Fix typo in parse-stories
Browse files Browse the repository at this point in the history
  • Loading branch information
j3rem1e committed Feb 11, 2021
1 parent 6d6c0e5 commit 331e7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/svelte/src/client/parse-stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import RenderContext from './components/RenderContext.svelte';
* the rendering of every <Story/> and <Template/> but instead
* collects names and properties.
*
* For every discovered <Story/>, it creates a storyFun which
* instanciate the main Stories component: Every Story but
* For every discovered <Story/>, it creates a storyFn which
* instantiate the main Stories component: Every Story but
* the one selected is disabled.
*/

Expand Down

0 comments on commit 331e7fa

Please sign in to comment.