From fb59647da35b5cdb64213520947725c3aa801396 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Fri, 26 Jul 2019 16:00:49 +0200 Subject: [PATCH] fix(docs): typo --- docs/supported-databases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/supported-databases.md b/docs/supported-databases.md index 4ebbf41bdb2a..20f4bdf6e1b2 100644 --- a/docs/supported-databases.md +++ b/docs/supported-databases.md @@ -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. \ No newline at end of file +Note that a fixed version of SQLite is shipped with every Prisma 2 release.