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

docs: wording in project name #610

Merged
merged 1 commit into from Nov 3, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/build_from_dockerfile.md
Expand Up @@ -58,7 +58,7 @@ fromDockerfile := testcontainers.FromDockerfile{
}
```

**Please Note** if you specify a `ContextArchive` this will cause Testcontainers-go to ignore the path passed
**Please Note** if you specify a `ContextArchive` this will cause _Testcontainers for Go_ to ignore the path passed
in to `Context`.

## Images requiring auth
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/gotest.md
@@ -1,4 +1,4 @@
Testcontainers-go plays well with the native `go test` framework.
_Testcontainers for Go_ plays well with the native `go test` framework.

The ideal use case is for integration or end to end tests. It helps you to spin
up and manage the dependencies life cycle via Docker.
Expand Down