Skip to content

Commit f5a83d2

Browse files
authored
updating "transpile" to "transpiling"
1 parent db12be0 commit f5a83d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Structure your commit message like this:
8787

8888
- For common and reusable styles, write OOSCSS (Object-Oriented SCSS) with placeholders and mixins. For organizing styles, follow the [7-1 Pattern](https://sass-guidelin.es/#the-7-1-pattern) for Sass.
8989

90-
- We're using [ES6](http://es6-features.org/) and transpile to ES5 using [Babel](https://babeljs.io/).
90+
- We're using [ES6](http://es6-features.org/) and transpiling to ES5 using [Babel](https://babeljs.io/).
9191

9292
- For reference to the JavaScript style guide, see the [Airbnb Style Guide](https://github.com/airbnb/javascript), [React ESLint Plugin](https://github.com/yannickcr/eslint-plugin-react).
9393

0 commit comments

Comments
 (0)