]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo in changelog (#10104) [ci skip]
authorSaeid Zareie <65568529+Saeid-Za@users.noreply.github.com>
Sat, 13 Jan 2024 13:53:26 +0000 (17:23 +0330)
committerGitHub <noreply@github.com>
Sat, 13 Jan 2024 13:53:26 +0000 (21:53 +0800)
CHANGELOG.md

index 8b4a227bc6186e4231db7c572924b1d84e6aae00..c2b7881d71f0d2a0d945ec242cd70ec5424d848a 100644 (file)
@@ -21,7 +21,7 @@
 
 ### Bug Fixes
 
-* **hydration:** improve mismatch when client valut is null or undefined ([#10086](https://github.com/vuejs/core/issues/10086)) ([08b60f5](https://github.com/vuejs/core/commit/08b60f5d0d5b57fcf3347ef66cbeab472c475a88))
+* **hydration:** improve mismatch when client value is null or undefined ([#10086](https://github.com/vuejs/core/issues/10086)) ([08b60f5](https://github.com/vuejs/core/commit/08b60f5d0d5b57fcf3347ef66cbeab472c475a88))
 * **reactivity:** correct dirty assign in render function ([#10091](https://github.com/vuejs/core/issues/10091)) ([8d04205](https://github.com/vuejs/core/commit/8d042050411fdf04d9d1d6c153287164b12e0255)), closes [#10082](https://github.com/vuejs/core/issues/10082)
 * **runtime-core:** filter single root for nested DEV_ROOT_FRAGMENT ([#8593](https://github.com/vuejs/core/issues/8593)) ([d35b877](https://github.com/vuejs/core/commit/d35b87725ab3e2bdc86fb5781ab34939f7ec1029)), closes [#5203](https://github.com/vuejs/core/issues/5203) [#8581](https://github.com/vuejs/core/issues/8581) [#10087](https://github.com/vuejs/core/issues/10087)