Skip to content

Commit ebaa87d

Browse files
authored
soca: fix syntax of plural in docs (#1010)
1 parent d6baa1b commit ebaa87d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/tutorials/javascript.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ Plurals and selections are possible using plural and select methods:
9797
9898
const count = 42
9999
100-
plural({
101-
value: count,
100+
plural(count, {
102101
one: "# book",
103102
other: "# books"
104103
})

0 commit comments

Comments
 (0)