From 5fd2ef803be3a4a4697d7e51d70d7cc360675937 Mon Sep 17 00:00:00 2001 From: OGINO Masanori Date: Tue, 10 Jun 2014 07:58:46 +0900 Subject: [PATCH] Fix a trivial typo. Signed-off-by: OGINO Masanori --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df5549b..296ba3e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ supported. ### Media Queries -I drop Media Queries Level 3 support in v0.12.0. There is no easy way to supprt +I drop Media Queries Level 3 support in v0.12.0. There is no easy way to support Media Queries properly with `after` syntax plugin like this one, sorry. If you want to highlight Media Queries correctly, you must update Vim to 7.4+ or install [JulesWang/css.vim][6].