chore: fix typo (#764) [ci skip]

This commit is contained in:
djy0
2020-02-25 01:01:26 +08:00
committed by GitHub
parent 047844cfb8
commit c11905fe36
4 changed files with 8 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ export const enum PatchFlags {
// Indicates an element that only needs non-props patching, e.g. ref or
// directives (onVnodeXXX hooks). since every patched vnode checks for refs
// and onVnodeXXX hooks, itt simply marks the vnode so that a parent block
// and onVnodeXXX hooks, it simply marks the vnode so that a parent block
// will track it.
NEED_PATCH = 1 << 9,