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 "real" (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>
|