Skip to content

Commit

Permalink
Merge pull request #688 from SEJeff/patch-1
Browse files Browse the repository at this point in the history
Fix a tyop in the storage documentation
  • Loading branch information
ericchiang authored Nov 15, 2016
2 parents 2ec3349 + da6cd96 commit 91c88c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
Expand Down

0 comments on commit 91c88c8

Please sign in to comment.