Skip to content

Commit

Permalink
Fix typos (#6913)
Browse files Browse the repository at this point in the history
  • Loading branch information
raddevon authored Feb 23, 2024
1 parent 5c776c3 commit c032a39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/stdlib/pg_trgm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ ext::pg_trgm
This extension provides tools for determining similarity of text based on
trigram matching.

Word similarity tools can often suppliment :ref:`full-text search
Word similarity tools can often supplement :ref:`full-text search
<ref_std_fts>`. Full-text search concentrates on matching words and phrases
typically trying to accound for some grammatical variations, while trigram
typically trying to account for some grammatical variations, while trigram
matching analyzes similarity between words. Thus trigram matching can account
for misspelling or words that aren't dictionary words:

Expand Down Expand Up @@ -77,7 +77,7 @@ the following functions:
- :eql:func-desc:`ext::pg_trgm::strict_word_similar`


In addition to the funcitons this extension has two indexes that speed up
In addition to the functions this extension has two indexes that speed up
queries that involve similarity searches: ``ext::pg_trgm::gin`` and
``ext::pg_tgrm::gist``.

Expand Down

0 comments on commit c032a39

Please sign in to comment.