Skip to content

Commit b300313

Browse files
authored
Changed 2 confusing instructions (#505)
1 parent 6fd3f1c commit b300313

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_partials/windows_terminal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ It should open the terminal settings:
5252

5353
You may see an orange circle rather than a penguin as the logo for Ubuntu.
5454

55-
We have circled in red the part you need to change:
55+
We have circled in red the part you need to add:
5656

5757
![Windows Terminal JSON settings file](images/windows_terminal_settings_json.png)
5858

@@ -66,9 +66,9 @@ First, let's ask Ubuntu to start directly inside your Ubuntu Home Directory inst
6666

6767
:warning: Do not forget the comma at the end of the line!
6868

69-
Then, let's disable warnings for copy-pasting commands between Windows and Ubuntu:
70-
- Locate the line `"defaultProfile": "{2c4de342-...}"`
71-
- Add the following line after it:
69+
Then, let's disable warnings for copy-pasting commands between Windows and Ubuntu.
70+
71+
Place this line inside the { } block that contains "name": "Ubuntu" (like in the screenshot):
7272

7373
```bash
7474
"warning.multiLinePaste": false,

0 commit comments

Comments
 (0)