Skip to content

Commit

Permalink
Fix spelling errors in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Dec 12, 2024
1 parent bd980e6 commit 65121f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/advanced-flag/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/advanced-flag/react-vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/endpoints-test/scylladb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65121f5

Please sign in to comment.