Skip to content

Commit cd94df8

Browse files
committed
(docs) typos
1 parent bcf1e96 commit cd94df8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ Creates a mapping that applies _fn_ on each channel of the color in the _mode_ c
681681

682682
The resulting function accepts a single argument (a color object or a string), which it converts to the _mode_ color space if not already there.
683683

684-
The _mode_ parameter can be omitted, in which case the mappe will iterate through all the channels in the color's original color space.
684+
The _mode_ parameter can be set to `null`, in which case the mapper will iterate through all the channels in the color's original color space.
685685

686686
The _fn_ callback has the following signature:
687687

docs/css/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ body {
1313
--ff-main: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
1414
sans-serif, Apple Color Emoji, Segoe UI Emoji;
1515
--ff-code: 'Consolas', monospace;
16+
17+
text-size-adjust: none;
18+
-webkit-text-size-adjust: none;
1619
}
1720

1821
.container {

0 commit comments

Comments
 (0)