]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo in Chagelog.md (#960) [ci skip]
authorClaudio Eyzaguirre <ClaudioEyzaguirre@users.noreply.github.com>
Mon, 13 Apr 2020 18:43:57 +0000 (14:43 -0400)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2020 18:43:57 +0000 (14:43 -0400)
CHANGELOG.md

index 792f1400ec892b5d8e8d57b0a51726697c2370be..faeae81c480e64d255105ab418fb453d3f18f780 100644 (file)
@@ -30,7 +30,7 @@
 * **compiler:** compiler options have been adjusted.
     - new option `decodeEntities` is added.
     - `namedCharacterReferences` option has been removed.
-    - `maxCRNameLength` option has been rmeoved.
+    - `maxCRNameLength` option has been removed.
 * **asyncComponent:** `retryWhen` and `maxRetries` options for
 `defineAsyncComponent` has been replaced by the more flexible `onError`
 option, per https://github.com/vuejs/rfcs/pull/148