From f2aa8552b002ddc740b3e101ae924e20b04d8cfd Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Thu, 2 Dec 2021 14:00:01 +0200 Subject: [PATCH] Fix a typo in EDITING.md (#2724) --- docs/EDITING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/EDITING.md b/docs/EDITING.md index f97d1e54..08739e1c 100644 --- a/docs/EDITING.md +++ b/docs/EDITING.md @@ -102,11 +102,11 @@ In typewriter mode, the cursor is always keep in the middle of the editor. ## File encoding -Mark Text try to automatically detect the used file encoding and byte-order mark (BOM) when opening a file. The default encoding is UTF-8 that should support all needed characters but can be changed in settings. You can disable automatically encoding detection but then we assume that all files are UTF-8 encoded. The current used encoding can be shown via command palette and also changed there. +Mark Text tries to automatically detect the used file encoding and byte-order mark (BOM) when opening a file. The default encoding is UTF-8 that should support all needed characters but can be changed in settings. You can disable automatically encoding detection but then we assume that all files are UTF-8 encoded. The current used encoding can be shown via command palette and also changed there. ## Line endings -Mark Text automatically analyzes each file and detect the used line ending and can be changed via command palette too. +Mark Text automatically analyzes each file and detects the used line ending and can be changed via command palette too. ## Find and replace