Skip to content

Commit 6996b8d

Browse files
committed
typo
1 parent 7fdae68 commit 6996b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_posts/012-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ There are also additional props-related improvements such as explicit one-time o
2626

2727
In 0.11, filters always receive their arguments as plain strings. An argument can be enclosed in quotes to include whitespace, but the quotes are not automatically stripped when passed into the filter function. Some users were also confused about how to retrive a dynamic value on the vm instead of a plain string.
2828

29-
In 0.12, the filter argument syntax now follows a simple rules: if an argument is enclosed in quotes, it will be passed in as a plain string; otherwise, it will be evaluated against the current vm as a dynamic value.
29+
In 0.12, the filter argument syntax now follows a simple rule: if an argument is enclosed in quotes, it will be passed in as a plain string; otherwise, it will be evaluated against the current vm as a dynamic value.
3030

3131
This means the usage of some existing filters will have to change:
3232

0 commit comments

Comments
 (0)