Skip to content

Commit 0f2bf08

Browse files
authored
Update linux.md - "Ubutun" Typo (#8976)
There is a typo in line282 - Ubuntu is spelled incorrectly. Saw it because I'm having issues with the app tracking my changes.
1 parent 78fb325 commit 0f2bf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ The current limit can be viewed by running:
279279
cat /proc/sys/fs/inotify/max_user_watches
280280
```
281281

282-
The limit can be increased to its maximum by editing `/etc/sysctl.conf` (except on Arch Linux and Ubutun 24.10 and later, read below) and adding this line to the end of the file:
282+
The limit can be increased to its maximum by editing `/etc/sysctl.conf` (except on Arch Linux and Ubuntu 24.10 and later, read below) and adding this line to the end of the file:
283283

284284
```bash
285285
fs.inotify.max_user_watches=524288

0 commit comments

Comments
 (0)