Skip to content

Commit 82c1abf

Browse files
committed
Fix: small typo.
1 parent 8b9fb38 commit 82c1abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guide/custom-directive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,6 @@ We can write:
255255

256256
Element directives cannot accept arguments or expressions, but it can read the element's attributes to determine its behavior.
257257

258-
A big difference from normals directives is that element directives are **terminal**, which means once Vue encounters an element directive, it will leave that element and all its children alone - only the element directive itself will be able to manipulate that element and its children.
258+
A big difference from normal directives is that element directives are **terminal**, which means once Vue encounters an element directive, it will leave that element and all its children alone - only the element directive itself will be able to manipulate that element and its children.
259259

260-
Next, we'll see how to [write a custom filter](/guide/custom-filter.html).
260+
Next, we'll see how to [write a custom filter](/guide/custom-filter.html).

0 commit comments

Comments
 (0)