Skip to content

Commit 3efe979

Browse files
Fix Typo in HTTP Port Comment (#2457)
--- **Description:** This pull request corrects a minor typo in a comment within test/docker-e2e/base_test.go, changing "teh" to "the" for improved clarity and professionalism in the codebase. --- <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Corrected a typo in a comment to improve clarity. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent b85650a commit 3efe979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docker-e2e/base_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (s *DockerTestSuite) TestBasicDockerE2E() {
5050
s.T().Run("submit a transaction to the rollkit chain", func(t *testing.T) {
5151
rollkitNode := s.rollkitChain.GetNodes()[0]
5252

53-
// the http port resolvable by teh test runner.
53+
// The http port resolvable by the test runner.
5454
httpPort := rollkitNode.GetHostHTTPPort()
5555

5656
client, err := NewClient("localhost", httpPort)

0 commit comments

Comments
 (0)