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

fix: typos #2940

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

fix: typos #2940

wants to merge 4 commits into from

Conversation

NathanBaulch
Copy link

What does this PR do?

Fixes a bunch of typos.

Why is it important?

Improves readability and professionalism.

The top typos are:

  • endpoing
  • containerr
  • detault
  • loggin
  • suplied
  • aso
  • credencials
  • dokerfile
  • enpoint
  • serices
  • weavite
  • inititial
  • applcation
  • confif
  • consistenly
  • defering
  • entires
  • entiry
  • prepate
  • referece
  • secific
  • thre
  • underliying
  • unlinke

@NathanBaulch NathanBaulch requested a review from a team as a code owner January 10, 2025 21:44
Copy link

netlify bot commented Jan 10, 2025

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 3f8f581
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/678373ad51aaf000084aeed5
😎 Deploy Preview https://deploy-preview-2940--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@stevenh stevenh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this, just a few comments to get this in

docs/modules/ollama.md Show resolved Hide resolved
@@ -555,7 +555,9 @@ func (p *DockerProvider) preCreateContainerHook(ctx context.Context, req Contain
}
req.HostConfigModifier(hostConfig)

if req.EnpointSettingsModifier != nil {
if req.EndpointSettingsModifier != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: let's just make the correction and mark as a breaking change

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, do I need to change this PR title's prefix to fix!:?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would @mdelapenya thoughts?

@@ -53,7 +53,9 @@ func (m *mockReaperProvider) RunContainer(ctx context.Context, req ContainerRequ
}
req.HostConfigModifier(m.hostConfig)

if req.EnpointSettingsModifier != nil {
if req.EndpointSettingsModifier != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: as mentioned above let's just make the breaking change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants