From 7897218ff4edd0b4630fef7a2bfde479b5633d23 Mon Sep 17 00:00:00 2001 From: Marcel Reis Date: Tue, 11 Oct 2022 00:55:57 +0200 Subject: [PATCH] chore(Readme.md): minor typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 083dfc5..5ad9890 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ transform([ ]); // => { fontFamily: 'Helvetica', ... } ``` -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.) +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.) For implementors, there is also a few extra APIs available.