docs(addon-contexts): Fix typo

This commit is contained in:
Shota Fuji 2019-12-27 12:59:56 +00:00
parent 6949459a8e
commit 4d671d8c26
No known key found for this signature in database
GPG Key ID: 9C4BB9069532AF67

View File

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