Skip to content

Commit 22af790

Browse files
authored
Merge pull request #697 from stuartleeks/patch-1
fix typos
2 parents 11281c4 + 1424be3 commit 22af790

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WSL/wsl-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,12 @@ These settings affect the VM that powers any WSL 2 distribution.
341341
|:----|:----|:----|:----|
342342
| kernel | string | The Microsoft built kernel provided inbox | An absolute Windows path to a custom Linux kernel. |
343343
| memory | size | 80% of your total memory on Windows | How much memory to assign to the WSL 2 VM. |
344-
| processors | number | The same number of processors on Windows | How many processors to assign ot the WSL 2 VM. |
344+
| processors | number | The same number of processors on Windows | How many processors to assign to the WSL 2 VM. |
345345
| localhostForwarding | boolean | `true` | Boolean specifying if ports bound to wildcard or localhost in the WSL 2 VM should be connectable from the host via localhost:port. |
346346
| kernelCommandLine | string | Blank | Additional kernel command line arguments. |
347347
| swap | size | 25% of memory size on Windows rounded up to the nearest GB | How much swap space to add to the WSL 2 VM, 0 for no swap file. |
348-
| swapFile | size | %USERPROFILE%\AppData\Local\Temp\swap.vhdx | An absolute Windows path to the swap virtual hard disk. |
348+
| swapFile | string | %USERPROFILE%\AppData\Local\Temp\swap.vhdx | An absolute Windows path to the swap virtual hard disk. |
349349

350350
Entries with the `path` value must be Windows paths with escaped backslashes, e.g: `C:\\Temp\\myCustomKernel`
351351

352-
Entries with the `size` value must be a size followed by a unit, for example `8GB` or `512MB`.
352+
Entries with the `size` value must be a size followed by a unit, for example `8GB` or `512MB`.

0 commit comments

Comments
 (0)