Skip to content

Commit 85e1ec9

Browse files
committed
Merge pull request #124 from typicode/patch-1
fix typo
2 parents d584662 + c03e1fa commit 85e1ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/custom-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Vue.filter('currencyDisplay', {
5050
return isNaN(number) ? 0 : number
5151
}
5252
}
53-
}
53+
})
5454
```
5555

5656
Demo:

0 commit comments

Comments
 (0)