Fix a typo in EDITING.md (#2724)

This commit is contained in:
Dmitriy Fishman 2021-12-02 14:00:01 +02:00 committed by GitHub
parent cb8b031753
commit f2aa8552b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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