From 481e401d939eb02bb3e94e81bf2dae8df54b130f Mon Sep 17 00:00:00 2001 From: alpower Date: Mon, 4 Jul 2016 21:29:04 +0100 Subject: [PATCH] parcimony->parsimony --- _posts/2015-05-06-css-text-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-05-06-css-text-properties.md b/_posts/2015-05-06-css-text-properties.md index 39812c6..04be77c 100644 --- a/_posts/2015-05-06-css-text-properties.md +++ b/_posts/2015-05-06-css-text-properties.md @@ -103,5 +103,5 @@ h1{ text-shadow: 0 2px 5px rgba(0,0,0,0.5);} Only the `x` and `y` values are required. The `blur` defaults to `0` (zero), while the `color` defaults to the color of the text. -This property is tricky, so use it with parcimony and don't go crazy! +This property is tricky, so use it with parsimony and don't go crazy! {: .info}