mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
ADD addon-contexts: fix typos
This commit is contained in:
parent
74f0f7c8b5
commit
cefcc2eb7a
@ -52,7 +52,7 @@ stories.add(
|
||||
}
|
||||
);
|
||||
|
||||
// Example B: Language (React Contexts API)
|
||||
// Example B: Language (Vue provide/inject API)
|
||||
const createContext = initialValue => {
|
||||
const uid = `_${Date.now()}${Math.random()}`;
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user