Skip to content

Commit c7f32f9

Browse files
authored
fix typo
1 parent f0b33cd commit c7f32f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WSL/wsl-config.md

Lines changed: 2 additions & 2 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. |
348348
| swapFile | size | %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)