From 9d76f0b2de7b03ee8f0aea099083c80b073ae45e Mon Sep 17 00:00:00 2001 From: Sven SAULEAU Date: Sat, 17 Dec 2016 16:37:45 +0100 Subject: [PATCH] [skip ci] update README --- packages/babel-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-core/README.md b/packages/babel-core/README.md index 9dc2dac20c..eda73abf48 100644 --- a/packages/babel-core/README.md +++ b/packages/babel-core/README.md @@ -9,7 +9,7 @@ import { transform } from 'babel-core'; import * as babel from 'babel-core'; ``` -All transformation will use your local configuration files (.babelrc or in package.json). See [options](#options) to disable it. +All transformations will use your local configuration files (.babelrc or in package.json). See [options](#options) to disable it. ## babel.transform(code: string, [options?](#options): Object)