Skip to content

Commit

Permalink
v1.0.13 fix(doc): Typo update 'Dart' to 'Dark' (#5) 8cff559
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 27, 2022
1 parent 97269dd commit 382b0be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>Hi there!</h1>
\`\`\`html
<dark-mode><\/dark-mode>
<dark-mode light="Dart" dark="Light"><\/dark-mode>
<dark-mode light="DarK" dark="Light"><\/dark-mode>
<dark-mode dark="Dark" light="Light" style="border: 1px solid red; font-size: 12px;"><\/dark-mode>
\`\`\`
Expand All @@ -114,7 +114,7 @@ <h1>Hi there!</h1>
function Demo() {
return (
<div>
<dark-mode light="Dart" dark="Light"><\/dark-mode>
<dark-mode light="DarK" dark="Light"><\/dark-mode>
<\/div>
);
}
Expand Down

0 comments on commit 382b0be

Please sign in to comment.