Skip to content

Commit

Permalink
Fix small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Jan 18, 2024
1 parent c8c975c commit 2d81394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ before starting Docker Desktop and any of the environments in this folder.

## Development environments

Use the `dev/dev.sh` script to start development environment.
Use the `dev/dev.sh` script to start a development environment.

Example:

Expand All @@ -66,7 +66,7 @@ to start the application.

## Containers to generate packages

Include the `ci/ci.sh` script to start provisioned containers to generate packages.
Use the `ci/ci.sh` script to start provisioned containers to generate packages.

```bash
Usage: ./ci.sh {up|down|stop} [ci]
Expand Down
6 changes: 3 additions & 3 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ act -j build -W .github/workflows/build.yml --artifact-server-path ./artifacts

#### Running in Docker

Within the [Docker environment](../docker):
Using the [Docker environment](../docker):

```console
docker exec -it wi-build-$(<VERSION) bash scripts/build.sh -v 2.11.1 -s false -p linux -a {x64|arm64} -d {rpm|deb|tar}
Expand Down Expand Up @@ -115,7 +115,7 @@ Pre-requisites:

- Current directory: `wazuh-indexer/`
- Existing deb package in `wazuh-indexer/artifacts/dist/deb`, as a result of the _Build_ stage.
- Within the [Docker environment](../docker):
- Using the [Docker environment](../docker):

```console
docker exec -it wi-assemble-$(<VERSION) bash scripts/assemble.sh -v 2.11.1 -p linux -a x64 -d deb
Expand Down Expand Up @@ -185,7 +185,7 @@ Pre-requisites:

- Current directory: `wazuh-indexer/`
- Existing rpm package in `wazuh-indexer/artifacts/dist/rpm`, as a result of the _Build_ stage.
- Within the [Docker environment](../docker):
- Using the [Docker environment](../docker):

```console
docker exec -it wi-assemble-$(<VERSION) bash scripts/assemble.sh -v 2.11.1 -p linux -a x64 -d rpm
Expand Down

0 comments on commit 2d81394

Please sign in to comment.