Skip to content

Commit c760693

Browse files
committed
or other
1 parent 6e0607e commit c760693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm install -g create-react-app
2929
* Language extras beyond ES6 like the object spread operator
3030
* A dev server that lints for common errors
3131
* Import css and image files directly from JavaScript
32-
* Autoprefixed CSS, so you don't need `-webkit` prefixes
32+
* Autoprefixed CSS, so you don't need `-webkit` or other prefixes
3333
* A `build` script to bundle js, css, and images for production, with sourcemaps
3434

3535
**The feature set is intentionally limited**. It doesn’t support advanced features such as server rendering or CSS modules. Currently, it doesn’t support testing either. The tool is also **non-configurable** because it is hard to provide a cohesive experience and easy updates across a set of tools when the user can tweak anything.

0 commit comments

Comments
 (0)