Skip to content

Commit

Permalink
soca: fix syntax of plural in docs (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHoste authored Mar 19, 2021
1 parent d6baa1b commit ebaa87d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorials/javascript.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ Plurals and selections are possible using plural and select methods:
const count = 42
plural({
value: count,
plural(count, {
one: "# book",
other: "# books"
})
Expand Down

1 comment on commit ebaa87d

@vercel
Copy link

@vercel vercel bot commented on ebaa87d Mar 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.