Skip to content

Commit b0de0b0

Browse files
authored
Fix grammatical error (#1911)
1 parent 7e5502c commit b0de0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/about/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you are using TypeScript, you can use a semver range that locks the current m
5252

5353
A newer **minor** version of Vue compiler may generate code that isn't compatible with the Vue runtime from an older minor version. For example, code generated by Vue 3.2 compiler may not be fully compatible if consumed by the runtime from Vue 3.1.
5454

55-
This is only a concern for library authors, because in applications, the compiler version and the runtime version is always the same. A version mismatch can only happen if you ship pre-compiled Vue component code as a package, and a consumer uses it in a project using an older version of Vue. As a result, your package may need to explicit declare a minimum required minor version of Vue.
55+
This is only a concern for library authors, because in applications, the compiler version and the runtime version is always the same. A version mismatch can only happen if you ship pre-compiled Vue component code as a package, and a consumer uses it in a project using an older version of Vue. As a result, your package may need to explicitly declare a minimum required minor version of Vue.
5656

5757
## Pre Releases
5858

0 commit comments

Comments
 (0)