Skip to content

Commit be38f34

Browse files
fix: broken link in docs warning (#2431)
1 parent a4a85fa commit be38f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/json-schema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ The value of the keyword should be a number. The data to be valid should be a mu
280280

281281
### `maxLength` / `minLength`
282282

283-
::: warning [Grapheme clusters](https://www.unicode.org/reports/tr29/tr29-17.html#Grapheme_Cluster_Boundaries) will count as multiple characters
284-
Certain charsets have characters that are made up of multiple unicode characters. These "grapheme clusters" are counted as multiple characters.
283+
::: warning Grapheme clusters will count as multiple characters
284+
Certain charsets have characters that are made up of multiple Unicode code points. These [grapheme clusters](https://www.unicode.org/reports/tr29/tr29-17.html#Grapheme_Cluster_Boundaries) are counted as multiple in length calculations.
285285
:::
286286

287287
The value of the keywords should be a number. The data to be valid should have length satisfying this rule. Unicode pairs are counted as a single character.

0 commit comments

Comments
 (0)