Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling errors in docs #351

Merged
merged 1 commit into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading