Skip to content

Commit 3cf7d58

Browse files
Fix typos in testing.md (#4921)
1 parent 7b208cd commit 3cf7d58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/testing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Testing
22

3-
ServiceControl tests are designed to test difference components and behaviors. This document outlines the tests in the respository and what they are meant to test.
3+
ServiceControl tests are designed to test different components and behaviors. This document outlines the tests in the repository and what they are meant to test.
44

55
## Unit tests
66

7-
ServiceControl compoonents have specific unit tests projects verifying their behaviors and API.
7+
ServiceControl components have specific unit test projects verifying their behaviors and API.
88

99
## Packaging tests
1010

@@ -22,7 +22,7 @@ Installation engine tests run partial installations and checks:
2222

2323
## Persistence tests
2424

25-
Persistence tests check assumption at the persistence seam level by exercising each persister.
25+
Persistence tests check assumptions at the persistence seam level by exercising each persister.
2626

2727
## Transport tests
2828

@@ -38,15 +38,15 @@ Multi-instance tests validate the interaction between different ServiceControl i
3838

3939
## Container tests
4040

41-
Containers images generated for all builds are pushed to the [GitHub container registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry). Once pushed all images are tested by [spinning them all up for each supported transport](/src/container-integration-test/).
41+
Container images generated for all builds are pushed to the [GitHub container registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry). Once pushed, all images are tested by [spinning them all up for each supported transport](/src/container-integration-test/).
4242

4343
Containers built by a PR and stored on GitHub Container Registry can be tested locally:
4444

4545
1. [Authenticate to the GitHub Container Registry using a personal access token](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic).
46-
2. In the terminal, navigate to []`/docs/test-ghcr-tag`](/docs/test/ghcr-tag).
46+
2. In the terminal, navigate to `[/docs/test-ghcr-tag`](/docs/test/ghcr-tag).
4747
3. Edit the [`.env` file](/docs/test-ghcr-tag/.env) to specify the PR-based tag (in the form `pr-####`) to test.
4848
4. Run `docker compose up -d`.
49-
5. Services will be avialable at the following URLs:
49+
5. Services will be available at the following URLs:
5050
* [RabbitMQ Management](http://localhost:15672) (Login: `guest`/`guest`)
5151
* [RavenDB](http://localhost:8080)
5252
* [ServiceControl API](http://localhost:33333/api)

0 commit comments

Comments
 (0)