diff --git a/docs/features/build_from_dockerfile.md b/docs/features/build_from_dockerfile.md index 5e13c1fd56..bd146c0a30 100644 --- a/docs/features/build_from_dockerfile.md +++ b/docs/features/build_from_dockerfile.md @@ -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 diff --git a/docs/quickstart/gotest.md b/docs/quickstart/gotest.md index efbda64ccd..675fa03255 100644 --- a/docs/quickstart/gotest.md +++ b/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.