From 111a030b1ec3864ddbb833550b90fb695ec1b6d6 Mon Sep 17 00:00:00 2001 From: Fabien Jacq Date: Sat, 25 Mar 2023 17:14:01 +0100 Subject: [PATCH] Fix couchdb spelling typo --- couchdb/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchdb/content.md b/couchdb/content.md index f5aa10a703fb..e742ac8d1fa4 100644 --- a/couchdb/content.md +++ b/couchdb/content.md @@ -12,7 +12,7 @@ Store your data safely, on your own servers, or with any leading cloud provider. ## Start a CouchDB instance -Starting a CouchDB instantce is simple: +Starting a CouchDB instance is simple: ```console $ docker run -d --name my-couchdb %%IMAGE%%:tag