]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix changelog typo (#2152) [ci skip]
authorChangJoo Park(박창주) <pcjpcj2@gmail.com>
Fri, 18 Sep 2020 05:22:45 +0000 (14:22 +0900)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 05:22:45 +0000 (01:22 -0400)
CHANGELOG.md

index b289346e2823f98cad18fc3b03ea9498b31deb00..7d16dbe3aca6f1974e2e18b573066151aeacc1b1 100644 (file)
@@ -3,7 +3,7 @@
 
 ### Bug Fixes
 
-* **reactivity:** effect shoud only recursively self trigger with explicit options ([3810de7](https://github.com/vuejs/vue-next/commit/3810de7d6bd0044177f043285228c2e988093883)), closes [#2125](https://github.com/vuejs/vue-next/issues/2125)
+* **reactivity:** effect should only recursively self trigger with explicit options ([3810de7](https://github.com/vuejs/vue-next/commit/3810de7d6bd0044177f043285228c2e988093883)), closes [#2125](https://github.com/vuejs/vue-next/issues/2125)
 * **runtime-core:** ensure root stable fragments inherit elements for moving ([bebd44f](https://github.com/vuejs/vue-next/commit/bebd44f793ccd13bfdf90c7e45eac320a340650c)), closes [#2134](https://github.com/vuejs/vue-next/issues/2134)
 * **runtime-core:** should still do full traverse of stable fragment children in dev + hmr ([dd40ad8](https://github.com/vuejs/vue-next/commit/dd40ad8fca47af0e1f0a963be2f48c23f7457952))
 * **runtime-core/async-component:** fix error component when there are no error handlers ([c7b4a37](https://github.com/vuejs/vue-next/commit/c7b4a379cf8627c79a01d61039d3e3b283477dc1)), closes [#2129](https://github.com/vuejs/vue-next/issues/2129)