Skip to content

Commit d546cb4

Browse files
authored
fix(strings): differentiate setup(n) and set(v) up (#905)
1 parent 59ece99 commit d546cb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

users/faq-parts/troubleshooting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ system's CPU power.
7474
Why is the setup more complicated than BitTorrent/Resilio Sync?
7575
---------------------------------------------------------------
7676

77-
Security over convenience. In Syncthing you have to setup both sides to
77+
Security over convenience. In Syncthing you have to set up both sides to
7878
connect two devices. An attacker can't do much with a stolen device ID, because
7979
you have to add the device on the other side too. You have better control
8080
where your files are transferred.

users/faq-parts/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ You are probably reading this because you encountered the following error with
241241
the filesystem watcher on linux:
242242

243243
Failed to start filesystem watcher for folder yourLabel (yourID): failed to
244-
setup inotify handler. Please increase inotify limits, see https://docs.syncthing.net/users/faq.html#inotify-limits
244+
set up inotify handler. Please increase inotify limits, see https://docs.syncthing.net/users/faq.html#inotify-limits
245245

246246
Linux typically restricts the number of watches per user (usually 8192). If
247247
you have many directories, you will need to adjust that number.

0 commit comments

Comments
 (0)