8000 Merge pull request #30 from nadirabid/master · biteknight/vuejs.org@03a6238 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03a6238

Browse files
committed
Merge pull request vuejs#30 from nadirabid/master
Small fix in filters.md example
2 parents 82509e3 + 89c92c6 commit 03a6238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/api/filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When there is exactly one arg, plural forms simply add an "s" at the end. When t
3535
**Example:**
3636

3737
``` html
38-
<span v-text="date | st nd rd th"></span>
38+
<span v-text="date | pluralize st nd rd th"></span>
3939
```
4040

4141
Will result in:
@@ -138,4 +138,4 @@ You can also use quotes for literal sort key. To indicate a literal reverse, use
138138
<ul>
139139
<li v-repeat="users | orderBy 'name' -1">{&#123;name&#125;}</li>
140140
</ul>
141-
```
141+
```

0 commit comments

Comments
 (0)
0