From da6cd9687d549eafc272364b521ea829c34a4248 Mon Sep 17 00:00:00 2001 From: Jeff Schroeder Date: Tue, 15 Nov 2016 13:38:54 -0600 Subject: [PATCH] Documentation: fix a typo in the storage documentation --- Documentation/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/storage.md b/Documentation/storage.md index dbc46bf0..d71a07a8 100644 --- a/Documentation/storage.md +++ b/Documentation/storage.md @@ -117,7 +117,7 @@ Because SQLite3 uses file locks to prevent race conditions, if the ":memory:" va When using Postgres, admins may want to dedicate a database to dex for the following reasons: -1. Dex requires privileged access ot its database because it performs migrations. +1. Dex requires privileged access to its database because it performs migrations. 2. Dex's database table names are not configurable; when shared with other applications there may be table name clashes. ```