Skip to content

Commit 4c3f2e7

Browse files
Jinjianghaoqunjiang
authored andcommitted
docs: typo: object rest spread (#3556) [ci skip]
1 parent 873ad84 commit 4c3f2e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vue/babel-preset-app/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the default Babel preset used in all Vue CLI projects. **Note: this pres
1818

1919
### Stage 3 or Below
2020

21-
Only the following stage 3 or below features are supported (object reset spread is supported as part of `preset-env`):
21+
Only the following stage 3 or below features are supported (object rest spread is supported as part of `preset-env`):
2222

2323
- [Dynamic Import Syntax](https://github.com/tc39/proposal-dynamic-import)
2424
- [Proposal Class Properties](https://babeljs.io/docs/en/next/babel-plugin-proposal-class-properties.html)
@@ -102,4 +102,4 @@ Setting this to `true` will generate code that is more performant but less spec-
102102

103103
- Default: `[]`
104104

105-
Multi page repo use entryFiles to ensure inject polyfills to all entry file.
105+
Multi page repo use `entryFiles` to ensure inject polyfills to all entry file.

0 commit comments

Comments
 (0)