Skip to content

Commit d8859d6

Browse files
committed
Address feedback and grammar edits
1 parent b4b0977 commit d8859d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gitkraken-client/editing-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ Clicking the <button class='button button--success button--ui button--nolink'>St
5858

5959
## Encoding
6060

61-
All files have Encoding that defines how the binary should be read.
61+
All files have encoding that defines how the binary should be read.
6262

63-
GitKraken Client expects most files to use `UTF-8` file encoding. If you are using another encoding type, you can set your type at the top when editing your file, or from the preferences menu.
63+
GitKraken Client expects most files to use `UTF-8` file encoding. If you are using another encoding type, you can set it at the top when editing your file or from the preferences menu.
6464

6565
You can also set your file encoding to `GUESS ENCODING` and GitKraken Client will try to match the file encoding so that it is displayed correctly. Take care to select the correct file encoding when editing the file, as selecting the incorrect encoding could lead to unexpected errors.
6666

6767
<div class='callout callout--warning'>
68-
<p>Note 📝 - GitKraken Client is NOT intended to be used to change a file(s) encoding and it not change the encoding when saving. We recommend using another editor, such as VSCode, to make file encoding changes.</p>
68+
<p>Note 📝 - GitKraken Client is NOT intended to be used to change a file(s) encoding and it will not change the encoding when saving. We recommend using another editor, such as VSCode, to make file encoding changes.</p>
6969
</div>
7070

7171
<img src='/wp-content/uploads/preferences-encoding-select.png' class='img-bordered img-responsive center'>

0 commit comments

Comments
 (0)