Skip to content

Commit

Permalink
fix(docs): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Jul 26, 2019
1 parent c159028 commit fb59647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/supported-databases.md
Expand Up @@ -9,6 +9,6 @@ Prisma 2 currently supports the following databases:
| PostgreSQL | 10.X | **Official** support |
| SQLite | 3.28.0 | **Official** support |

When a database version is **officialy** supported, it means that there is an internal test suite that's running against this version. **Experimental** support means that there are currently no internal tests against that database version. In most cases, this means that using this database version is still absolutely fine.
When a database version is **officially** supported, it means that there is an internal test suite that's running against this version. **Experimental** support means that there are currently no internal tests against that database version. In most cases, this means that using this database version is still absolutely fine.

Note that a fixed version of SQLite is shipped with every Prisma 2 release.
Note that a fixed version of SQLite is shipped with every Prisma 2 release.

0 comments on commit fb59647

Please sign in to comment.