Skip to content

Commit 4b990d2

Browse files
committed
Update description in API docs
1 parent db881e2 commit 4b990d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ normalize({
4646

4747
### `normalize(value[, options])`
4848

49-
Quote a value.
49+
Normalize a word (often a node) for easier comparison. Always
50+
normalises smart apostrophes (``) to dumb apostrophes (`'`).
51+
And, lowercases alphabetical characters (`[A-Z]`).
5052

5153
**Parameters**
5254

0 commit comments

Comments
 (0)