ADD addon-contexts: fix typos

This commit is contained in:
Leo Y. Li 2019-04-25 14:48:37 -04:00
parent 74f0f7c8b5
commit cefcc2eb7a

View File

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