Skip to content

Commit

Permalink
CLDR-17177 kbd: update per feedback
Browse files Browse the repository at this point in the history
- fixed "spacing mark" typo
  • Loading branch information
srl295 committed Feb 7, 2024
1 parent 80f0573 commit 02f1b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ldml/tr35-keyboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ _Attribute:_ `id` (required)
_Attribute:_ `value` (required)

> Strings may contain whitespaces. However, for clarity, it is recommended to escape spacing marks, even in strings.
> Strings may contain whitespaces. However, for clarity, it is recommended to escape non-spacing marks, even in strings.
> This attribute may be escaped with `\u` notation, see [Escaping](#escaping).
> Variables may refer to other string variables if they have been previously defined, using `${string}` syntax.
> [Markers](#markers) may be included with the `\m{…}` notation.
Expand Down

0 comments on commit 02f1b86

Please sign in to comment.