From 4d671d8c268f1a782d450a0110cc0c172c8b23a2 Mon Sep 17 00:00:00 2001 From: Shota Fuji Date: Fri, 27 Dec 2019 12:59:56 +0000 Subject: [PATCH] docs(addon-contexts): Fix typo --- addons/contexts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/contexts/README.md b/addons/contexts/README.md index 34d98fa61e5..7a3f55afb41 100644 --- a/addons/contexts/README.md +++ b/addons/contexts/README.md @@ -109,8 +109,8 @@ export const contexts = [ ], params: [ // an array of params contains a set of predefined `props` for `components` - { name: 'Light Theme', props: { theme /* : your dark theme */ } }, - { name: 'Dark Theme', props: { theme /* : your light theme */ }, default: true }, + { name: 'Light Theme', props: { theme /* : your light theme */ } }, + { name: 'Dark Theme', props: { theme /* : your dark theme */ }, default: true }, ], options: { deep: true, // pass the `props` deeply into all wrapping components