-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
base: main
Are you sure you want to change the base?
fix: typos #2940
Conversation
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this 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
@@ -555,7 +555,9 @@ func (p *DockerProvider) preCreateContainerHook(ctx context.Context, req Contain | |||
} | |||
req.HostConfigModifier(hostConfig) | |||
|
|||
if req.EnpointSettingsModifier != nil { | |||
if req.EndpointSettingsModifier != nil { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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!:
?
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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
What does this PR do?
Fixes a bunch of typos.
Why is it important?
Improves readability and professionalism.
The top typos are: