Skip to content

Commit 6a8d555

Browse files
fix: fixes vuejs#424 with replacing mustache explanation
1 parent 47451ec commit 6a8d555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- **Details:**
88

9-
Updates the element's [textContent](https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent). If you need to update the part of `textContent`, you should use `{{ mustache }}` interpolations.
9+
Updates the element's [textContent](https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent). If you need to update the part of `textContent`, you should use [mustache interpolations](/guide/template-syntax.html#text) instead
1010

1111
- **Example:**
1212

0 commit comments

Comments
 (0)