From c82e7a6f62b7c5452d91fc99b13a588c83d19444 Mon Sep 17 00:00:00 2001 From: Jordi Paris Ferrer Date: Sat, 17 Feb 2024 16:39:36 -0800 Subject: [PATCH] Fix typo in WSL section of README `u` -> `you` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33df4cb..23f300f 100644 --- a/README.md +++ b/README.md @@ -1037,7 +1037,7 @@ This could simply be solved by running this in your root directory: sudo chattr +i /etc/resolv.conf ``` -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. +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. You can check the contents of the file by running: