Skip to content

Commit 6602c77

Browse files
phananchrisvfritz
authored andcommitted
Replace "they" with "the hooks" for better clarification (vuejs#1238)
1 parent 7146dfa commit 6602c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ methods: {
440440

441441
These hooks can be used in combination with CSS transitions/animations or on their own.
442442

443-
<p class="tip">When using JavaScript-only transitions, **the `done` callbacks are required for the `enter` and `leave` hooks**. Otherwise, they will be called synchronously and the transition will finish immediately.</p>
443+
<p class="tip">When using JavaScript-only transitions, **the `done` callbacks are required for the `enter` and `leave` hooks**. Otherwise, the hooks will be called synchronously and the transition will finish immediately.</p>
444444

445445
<p class="tip">It's also a good idea to explicitly add `v-bind:css="false"` for JavaScript-only transitions so that Vue can skip the CSS detection. This also prevents CSS rules from accidentally interfering with the transition.</p>
446446

0 commit comments

Comments
 (0)