From 85c9480791b46496b955f22e300171417d6fe01f Mon Sep 17 00:00:00 2001 From: Jan Katins Date: Sat, 10 Dec 2022 15:29:21 +0100 Subject: [PATCH] fix: Update typo in docker-add-drivers.mdx (#21965) --- docs/docs/databases/docker-add-drivers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/databases/docker-add-drivers.mdx b/docs/docs/databases/docker-add-drivers.mdx index 725a6e671c..cfb504b5e4 100644 --- a/docs/docs/databases/docker-add-drivers.mdx +++ b/docs/docs/databases/docker-add-drivers.mdx @@ -53,7 +53,7 @@ Rebuild your local image with the new driver baked in: docker-compose build --force-rm ``` -After the rebuild of the Docker images is complete (which make take a few minutes) you can relaunch using the following command: +After the rebuild of the Docker images is complete (which may take a few minutes) you can relaunch using the following command: ``` docker-compose up