From 1419c547ae1ce16fce32d251bef435a8dbfdaefd Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Sun, 15 Dec 2024 14:26:08 +0200 Subject: [PATCH] Fix spelling errors in docs (#351) --- docs/docs/advanced-flag/docker.md | 2 +- docs/docs/advanced-flag/react-vite.md | 2 +- docs/docs/endpoints-test/scylladb.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/advanced-flag/docker.md b/docs/docs/advanced-flag/docker.md index 1c43bcc7..8d6dc554 100644 --- a/docs/docs/advanced-flag/docker.md +++ b/docs/docs/advanced-flag/docker.md @@ -69,7 +69,7 @@ CMD ["serve", "-s", "/app/dist", "-l", "5173"] Docker and docker-compose.yml pull environment variables from the .env file. Example if the Docker flag is used with the MySQL DB driver: -```ymal +```yaml services: app: build: diff --git a/docs/docs/advanced-flag/react-vite.md b/docs/docs/advanced-flag/react-vite.md index b79cc273..cb92c257 100644 --- a/docs/docs/advanced-flag/react-vite.md +++ b/docs/docs/advanced-flag/react-vite.md @@ -77,7 +77,7 @@ After running this command, you can verify the connection between the frontend a ## Dockerfile -Combine React advanced flag wiht Docker flag to get Docker and docker-compose configuration and run them with: +Combine React advanced flag with Docker flag to get Docker and docker-compose configuration and run them with: ```bash make docker-run diff --git a/docs/docs/endpoints-test/scylladb.md b/docs/docs/endpoints-test/scylladb.md index faface71..99987618 100644 --- a/docs/docs/endpoints-test/scylladb.md +++ b/docs/docs/endpoints-test/scylladb.md @@ -63,7 +63,7 @@ sysctl --write fs.aio-max-nr=1048576 Here's some links for more relevant information and automation: -* [Repository: gvieira/ws-scylla](https://github.com/gvieira18/ws-scylla/) - Simple ScyllaDB Cluster magement with +* [Repository: gvieira/ws-scylla](https://github.com/gvieira18/ws-scylla/) - Simple ScyllaDB Cluster management with Makefiles * [ScyllaDB University: 101 Essentials Track](https://university.scylladb.com/courses/scylla-essentials-overview) - Learn the base concepts of ScyllaDB