Skip to content

Commit ee7f7d7

Browse files
committed
docs: Fix Markdown syntax blooper
1 parent efec1f5 commit ee7f7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intl-memoizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ instance is read-only during its life time, with constructor being expensive, an
88
`format`/`select` calls being cheap.
99

1010
In result it pays off to use a singleton to manage memoization of all instances of intl
11-
APIs such as `PluralRules`, DateTimeFormat` etc. between all `FluentBundle` instances.
11+
APIs such as `PluralRules`, `DateTimeFormat` etc. between all `FluentBundle` instances.
1212

1313
Usage
1414
-----

0 commit comments

Comments
 (0)