Skip to content

Commit 85cf17e

Browse files
chore: Fix grammar (#1542)
Co-authored-by: Andre Hofmeister <[email protected]>
1 parent c536f49 commit 85cf17e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ blank_issues_enabled: false
22
contact_links:
33
- name: Need help?
44
url: https://slack.testcontainers.org/
5-
about: Visit our Slack workspace.
5+
about: Visit our Slack Workspace.
66
- name: Have a question or want to drive a community conversation?
77
url: https://github.com/testcontainers/testcontainers-dotnet/discussions/
88
about: Visit our Discussions page.

.github/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ labels:
106106

107107
- name: question
108108
color: '#8ba7f4'
109-
description: Have you tried our Slack workspace (https://testcontainers.slack.com)?
109+
description: Have you tried our Slack Workspace (https://testcontainers.slack.com)?
110110

111111
- name: security
112112
color: '#d93f0b'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Alert Status](https://sonarcloud.io/api/project_badges/measure?project=testcontainers_testcontainers-dotnet&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=testcontainers_testcontainers-dotnet)
88
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=testcontainers_testcontainers-dotnet&metric=coverage)](https://sonarcloud.io/summary/new_code?id=testcontainers_testcontainers-dotnet)
99

10-
> Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker remote API and provides a lightweight implementation to support your test environment in all circumstances.
10+
> Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker Remote API and provides a lightweight implementation to support your test environment in all circumstances.
1111
1212
![Testcontainers Banner](https://raw.githubusercontent.com/testcontainers/testcontainers-dotnet/main/docs/banner.png)
1313

@@ -25,7 +25,7 @@ See [contributors][testcontainers-dotnet-contributors] for all contributors.
2525

2626
----
2727

28-
Join our [Slack workspace][slack-workspace] | [Testcontainers OSS][testcontainers-oss] | [Testcontainers Cloud][testcontainers-cloud]
28+
Join our [Slack Workspace][slack-workspace] | [Testcontainers OSS][testcontainers-oss] | [Testcontainers Cloud][testcontainers-cloud]
2929

3030
[testcontainers-dotnet-documentation]: https://dotnet.testcontainers.org/
3131
[testcontainers-dotnet-contributors]: https://github.com/testcontainers/testcontainers-dotnet/graphs/contributors/

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

33
* Star the project on [Github](https://github.com/testcontainers/testcontainers-dotnet) and help spread the word :)
4-
* Join our [Slack workspace](http://slack.testcontainers.org)
4+
* Join our [Slack Workspace](http://slack.testcontainers.org)
55
* [Post an issue](https://github.com/testcontainers/testcontainers-dotnet/issues) if you find any bugs
66
* Contribute improvements or fixes using a [Pull Request](https://github.com/testcontainers/testcontainers-dotnet/pulls). If you're going to contribute, thank you! Please just be sure to:
77
* discuss with the authors on an issue ticket prior to doing anything big.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Debug.Assert(Guid.TryParse(guid, out _));
6464

6565
## About
6666

67-
Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker remote API and provides a lightweight implementation to support your test environment in all circumstances.
67+
Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker Remote API and provides a lightweight implementation to support your test environment in all circumstances.
6868

6969
Choose from existing pre-configured modules and start containers within a second, to support and run your tests. Or create your own container images with Dockerfiles and run your containers and tests immediately afterward.
7070

@@ -94,7 +94,7 @@ See [contributors][testcontainers-dotnet-contributors] for all contributors.
9494

9595
----
9696

97-
Join our [Slack workspace][slack-workspace] | [Testcontainers OSS][testcontainers-oss] | [Testcontainers Cloud][testcontainers-cloud]
97+
Join our [Slack Workspace][slack-workspace] | [Testcontainers OSS][testcontainers-oss] | [Testcontainers Cloud][testcontainers-cloud]
9898

9999
[windows-container-version-compatibility]: https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility
100100
[testcontainers-dotnet-contributors]: https://github.com/testcontainers/testcontainers-dotnet/graphs/contributors/

0 commit comments

Comments
 (0)