chore: fix typo (#10725)

This commit is contained in:
Huáng Jùnliàng
2019-11-15 21:56:32 -05:00
committed by Brian Ng
parent 6c7f8291d4
commit 3846d2a7fa
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# @babel/plugin-transform-literals
> Compile ES2015 unicode string and number literals to ES5
> Compile ES2015 Unicode string and number literals to ES5
See our website [@babel/plugin-transform-literals](https://babeljs.io/docs/en/next/babel-plugin-transform-literals.html) for more information.

View File

@@ -1,6 +1,6 @@
# @babel/preset-env-standalone
> Standalone build of babel-prest-env for use in non-Node.js environments.
> Standalone build of babel-preset-env for use in non-Node.js environments.
See our website [@babel/preset-env-standalone](https://babeljs.io/docs/en/next/babel-preset-env-standalone.html) for more information.