Skip to content

Commit 6f07f96

Browse files
authored
Update options-lifecycle-hooks.md (#922)
1 parent 83e32e2 commit 6f07f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/options-lifecycle-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc
220220

221221
- **Details:**
222222

223-
Called when virtual DOM re-render is triggered.Similarly to [`renderTracked`](#rendertracked), receives a `debugger event` as an argument. This event tells you what operation triggered the re-rendering and the target object and key of that operation.
223+
Called when virtual DOM re-render is triggered. Similarly to [`renderTracked`](#rendertracked), receives a `debugger event` as an argument. This event tells you what operation triggered the re-rendering and the target object and key of that operation.
224224

225225
- **Usage:**
226226

0 commit comments

Comments
 (0)