Skip to content

Conversation

@tanryberdi
Copy link

@tanryberdi tanryberdi force-pushed the tanryberdi.fix-typos branch from 34ac2e4 to 82c626f Compare January 6, 2023 16:00
@tanryberdi
Copy link
Author

@vaguecoder could you please take a look to this PR?

t.Fatalf("expected a status code of 200, got %v", resp.StatusCode)
}
body, err := ioutil.ReadAll(resp.Body)
body, err := io.ReadAll(resp.Body)
Copy link
Owner

Choose a reason for hiding this comment

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

ioutil -> io is a valid change but let's not do it here. We can have another issue+PR for the same. Documentation PRs often don't touch the code parts.

Copy link
Owner

Choose a reason for hiding this comment

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

FYI #17 is created for the same

Copy link
Author

Choose a reason for hiding this comment

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

done

README.md Outdated
* Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers.
* URL hosts, paths and query values can have variables with an optional regular expression.
* Registered URLs can be built, or "reversed", which helps maintaining references to resources.
* Registered URLs can be built, or "reversed", which helps to maintaining references to resources.
Copy link
Owner

Choose a reason for hiding this comment

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

I believe it should be either to maintain or in maintaining. Please check.

Copy link
Author

Choose a reason for hiding this comment

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

done

@tanryberdi tanryberdi force-pushed the tanryberdi.fix-typos branch from 82c626f to 4a37f3d Compare January 6, 2023 19:40
@tanryberdi
Copy link
Author

@vaguecoder please take a look 🙏

- Fixed typos

Signed-off-by: Tanryberdi <tanryberdi@gmail.com>
@tanryberdi tanryberdi force-pushed the tanryberdi.fix-typos branch from 4a37f3d to aee0345 Compare January 6, 2023 19:48
@tanryberdi
Copy link
Author

rebased from master

Copy link
Owner

@vaguecoder vaguecoder left a comment

Choose a reason for hiding this comment

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

LGTM

@vaguecoder vaguecoder merged commit 9de0581 into vaguecoder:master Jan 6, 2023
@vaguecoder
Copy link
Owner

Thanks @tanryberdi Good job

@tanryberdi tanryberdi deleted the tanryberdi.fix-typos branch January 6, 2023 20:14
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.

Typos and doc corrections

2 participants