Skip to content

Commit

Permalink
typo fix on JS color API in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Feb 20, 2024
1 parent d8bb71d commit 09e70c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ <h6>Bundles</h6>
<h6>Individual imports</h6>
<pre class="language-js"><code>
// import just 1 color set object
import {indigo} from 'open-props/src/colors';
import {Indigo} from 'open-props/src/colors';

// import shadows without prop deps
import {StaticShadows} from 'open-props/src/shadows';
Expand Down

0 comments on commit 09e70c0

Please sign in to comment.