Skip to content

Commit

Permalink
docs: fix typos (#403)
Browse files Browse the repository at this point in the history
* fix typos

* fix typos

* fix typo

* fix typo
  • Loading branch information
omahs committed May 14, 2024
1 parent a3b40ce commit 9bab3fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/docs/src/app/docs/clis/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Remove Command
Options

-h, --help Print this usage guide.
-q, --queue queue Queue to retry failed jobs from. Valid valures are
-q, --queue queue Queue to retry failed jobs from. Valid values are
finalizer, google, postgres or swarm.
-b, --blobHash blob-hash Blob hash of the failed jobs to retry.
-f, --force Force removal of jobs by obliterating the selected
Expand All @@ -74,7 +74,7 @@ Retry Command
Options

-h, --help Print this usage guide.
-q, --queue queue Queue to retry failed jobs from. Valid valures are
-q, --queue queue Queue to retry failed jobs from. Valid values are
finalizer, google, postgres or swarm.
-b, --blobHash blob-hash Blob hash of the failed jobs to retry.
```
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/app/docs/installation/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In order to run Blobscan you are required to define the following ones:
A recent version of docker with BuildKit support is required.
{% /callout %}

Docker makes very straightforward to run Blobscan. Docker images are automatically [published](https://hub.docker.com/u/blossomlabs) and a docker-compose file is provided for convenience.
Docker makes it very straightforward to run Blobscan. Docker images are automatically [published](https://hub.docker.com/u/blossomlabs) and a docker-compose file is provided for convenience.

Spinning up the containers:

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/app/docs/testing/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Our test fixtures provide mock data for both PostgreSQL and Google Cloud Storage

- **fixtures**: This directory contains separate subfolders with the mock data for each service.

- **helpers**: Within this folder, you'll find utility functions that helps to load and reset the fixtures using [prisma](https://www.prisma.io), ensuring a clean slate.
- **helpers**: Within this folder, you'll find utility functions that help to load and reset the fixtures using [prisma](https://www.prisma.io), ensuring a clean slate.

### Integration with fake GCS server

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/src/app/docs/troubleshooting/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nextjs:
description: Blobscan troubleshooting
---

Here is a collection of common issue and questions.
Here is a collection of common issues and questions.

---

Expand All @@ -29,7 +29,7 @@ pnpm prisma migrate reset --schema packages/db/prisma/schema.prisma

## Docker

### How can I get a SQL shell
### How can I get a SQL shell?

```shell
docker compose exec postgres psql -h localhost blobscan_dev blobscan
Expand Down

0 comments on commit 9bab3fb

Please sign in to comment.