Skip to content

Commit 7897218

Browse files
committed
chore(Readme.md): minor typo correction
1 parent 4f96cf6 commit 7897218

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
@@ -86,7 +86,7 @@ transform([
8686
]); // => { fontFamily: 'Helvetica', ... }
8787
```
8888

89-
We don't provide a way to get these style tuples in this library, so you'll need to do that yourself. I expect most people will use postCSS or another CSS parser. You should try avoid getting these with `string.split`, as that has a lot of edge cases (colons and semi-colons apearing in comments etc.)
89+
We don't provide a way to get these style tuples in this library, so you'll need to do that yourself. I expect most people will use postCSS or another CSS parser. You should try avoid getting these with `string.split`, as that has a lot of edge cases (colons and semi-colons appearing in comments etc.)
9090

9191
For implementors, there is also a few extra APIs available.
9292

0 commit comments

Comments
 (0)