Skip to content

Commit c82e7a6

Browse files
authored
Fix typo in WSL section of README
`u` -> `you`
1 parent 4e2a71b commit c82e7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ This could simply be solved by running this in your root directory:
10371037
sudo chattr +i /etc/resolv.conf
10381038
```
10391039
1040-
This deletes your `resolv.conf` file that is automatically generated when u run WSL, creates a new file and puts `nameserver 8.8.8.8`, then creates a `wsl.conf` file and adds `[network]` and `generateResolveConf = false` to prevent auto-generation of that file.
1040+
This deletes your `resolv.conf` file that is automatically generated when you run WSL, creates a new file and puts `nameserver 8.8.8.8`, then creates a `wsl.conf` file and adds `[network]` and `generateResolveConf = false` to prevent auto-generation of that file.
10411041
10421042
You can check the contents of the file by running:
10431043

0 commit comments

Comments
 (0)