From 074ec47c02eec0f41fc1ea738aec7f1ce763759e Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 16 Apr 2026 00:55:58 +0200 Subject: [PATCH] typograf: add common/punctuation/apostrophe --- tools/typograf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/typograf.js b/tools/typograf.js index 2319865..2b7ed50 100644 --- a/tools/typograf.js +++ b/tools/typograf.js @@ -25,6 +25,7 @@ const tp = new Typograf({ const enabledRules = [ 'common/nbsp/*', + 'common/punctuation/apostrophe', 'common/punctuation/quote', 'en-US/dash/main', 'ru/dash/main',