summaryrefslogtreecommitdiff
path: root/docs/SQLite.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SQLite.md')
-rw-r--r--docs/SQLite.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SQLite.md b/docs/SQLite.md
index 2d5b1c7b8..c23a88ef0 100644
--- a/docs/SQLite.md
+++ b/docs/SQLite.md
@@ -1,6 +1,6 @@
# How to modify Anope sqlite databases
-Anope uses a custom SQLiite function (anope_canonicalize) for canonicalizing strings for case insensitivity comparisons.
+Anope uses a custom SQLiite function (anope_canonicalize) for canonicalizing strings for case insensitive comparisons.
It does this by using SQLites support for having indexes on expressions https://www.sqlite.org/expridx.html.
For example the account table could look like: