From 42dbab6238ec8e8efeef363b35d5df10ed8401e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Folt=C3=BDn?= Date: Fri, 18 Jul 2025 12:57:46 +0200 Subject: [PATCH 1/2] clarify usage of non-breaking space --- mac/insert-a-non-breaking-space-character.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mac/insert-a-non-breaking-space-character.md b/mac/insert-a-non-breaking-space-character.md index ce4c7887..d276ad38 100644 --- a/mac/insert-a-non-breaking-space-character.md +++ b/mac/insert-a-non-breaking-space-character.md @@ -3,7 +3,6 @@ On Mac, you can insert a non-breaking space character by hitting `option-space`. -I'm not sure when people use non-breaking spaces, but this is a handy -shortcut for those situations. +This is useful in situations such as when entering formatted numbers. Example: `2 000`, where space server as divider before unit of thousands. [source](https://twitter.com/jnadeau/status/725436138601615360) From ec52af844371e319add8b154e837dbd688568f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Folt=C3=BDn?= Date: Fri, 18 Jul 2025 13:00:02 +0200 Subject: [PATCH 2/2] Update insert-a-non-breaking-space-character.md --- mac/insert-a-non-breaking-space-character.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/insert-a-non-breaking-space-character.md b/mac/insert-a-non-breaking-space-character.md index d276ad38..0010815b 100644 --- a/mac/insert-a-non-breaking-space-character.md +++ b/mac/insert-a-non-breaking-space-character.md @@ -3,6 +3,6 @@ On Mac, you can insert a non-breaking space character by hitting `option-space`. -This is useful in situations such as when entering formatted numbers. Example: `2 000`, where space server as divider before unit of thousands. +This is useful in situations such as entering formatted numbers. Example: `2 000`, where space serves as a divider before units of thousands. [source](https://twitter.com/jnadeau/status/725436138601615360)