From 6fb3e8fd94206abbe3b6c971071809713edb548d Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 26 Dec 2015 15:25:13 +0300 Subject: [PATCH] fix quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 547ae67..3dbbfb9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Typograph: typo selection { "rules": { "Text.paragraphs": "off", - "Text.breakline': "off", + "Text.breakline": "off", } } ```