Skip to content

Commit db9d0ab

Browse files
ogawa0071Timer
authored andcommitted
Fix prefix format (facebook#3885)
`-webkit` => `-webkit-`
1 parent 726e5f9 commit db9d0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Your environment will have everything you need to build a modern single-page Rea
169169

170170
* React, JSX, ES6, and Flow syntax support.
171171
* Language extras beyond ES6 like the object spread operator.
172-
* Autoprefixed CSS, so you don’t need `-webkit` or other prefixes.
172+
* Autoprefixed CSS, so you don’t need `-webkit-` or other prefixes.
173173
* A fast interactive unit test runner with built-in support for coverage reporting.
174174
* A live development server that warns about common mistakes.
175175
* A build script to bundle JS, CSS, and images for production, with hashes and sourcemaps.

0 commit comments

Comments
 (0)