Skip to content

Commit 7b4f321

Browse files
committed
Merge pull request #102 from sethlopezme/master
Fix: small typo
2 parents 35a2480 + 82c1abf commit 7b4f321

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)