Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo [ci-skip] #10725

Merged
merged 1 commit into from Nov 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -108,7 +108,7 @@ Some resources:
- Our [CONTRIBUTING.md](CONTRIBUTING.md) to get started with setting up the repo.
- Our discussions/notes/roadmap: [babel/notes](https://github.com/babel/notes)
- Our progress on TC39 proposals: [babel/proposals](https://github.com/babel/proposals)
- Our blog which contains release posts and explainations: [/blog](https://babeljs.io/blog)
- Our blog which contains release posts and explanations: [/blog](https://babeljs.io/blog)
- Our videos page with talks about open source and Babel: [/videos](https://babeljs.io/videos)
- Our [podcast](https://podcast.babeljs.io)

Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-literals/README.md
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-env-standalone/README.md
@@ -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.

Expand Down