summary refs log tree commit diff
path: root/develop/user_directory.html
diff options
context:
space:
mode:
authordevonh <devonh@users.noreply.github.com>2024-04-26 18:12:17 +0000
committerdevonh <devonh@users.noreply.github.com>2024-04-26 18:12:17 +0000
commit7e1f7f4cdc0c5f24c75adcee139b3420a8584b09 (patch)
tree2a5f6fcb118b5c9de44bd04d393d4c1748bc09b2 /develop/user_directory.html
parentdeploy: 9c918739220bb548d9e5e5c2f5692c79bd38668d (diff)
downloadsynapse-7e1f7f4cdc0c5f24c75adcee139b3420a8584b09.tar.xz
deploy: 0fd6b269d32340c367a67ee34b963c32da080697
Diffstat (limited to 'develop/user_directory.html')
-rw-r--r--develop/user_directory.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/user_directory.html b/develop/user_directory.html
index 3f90ad3ba7..e586234343 100644
--- a/develop/user_directory.html
+++ b/develop/user_directory.html
@@ -244,9 +244,9 @@ will be used to break the search term into words. (See the
 <li>If unavailable, then runs of ASCII characters, numbers, underscores, and hyphens
 are considered words.</li>
 </ul>
-<p>The queries for PostgreSQL and SQLite are detailed below, by their overall goal
+<p>The queries for PostgreSQL and SQLite are detailed below, but their overall goal
 is to find matching users, preferring users who are &quot;real&quot; (e.g. not bots,
-not deactivated). It is assumed that real users will have an display name and
+not deactivated). It is assumed that real users will have a display name and
 avatar set.</p>
 <h3 id="postgresql"><a class="header" href="#postgresql">PostgreSQL</a></h3>
 <p>The above words are then transformed into two queries:</p>