Skip to content

Commit 03fb0ed

Browse files
authored
Fix misspelling (parcel-bundler#34)
1 parent a4b8282 commit 03fb0ed

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
@@ -10,7 +10,7 @@ A CSS parser, transformer, and minifier written in Rust.
1010
- **Minification** – One of the main purposes of `@parcel/css` is to minify CSS to make it smaller. This includes many optimizations including:
1111
- Combining longhand properties into shorthands where possible.
1212
- Merging adjacent rules with the same selectors or declarations when it is safe to do so.
13-
- Combining CSS transforms into a single matrix or visa versa when smaller.
13+
- Combining CSS transforms into a single matrix or vice versa when smaller.
1414
- Removing vendor prefixes that are not needed, based on the provided browser targets.
1515
- Reducing `calc()` expressions where possible.
1616
- Converting colors to shorter hex notation where possible.

0 commit comments

Comments
 (0)