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 spelling mistake in int description #32

Merged
merged 1 commit into from
May 23, 2017

Conversation

KevinGimbel
Copy link
Collaborator

I noticed there was a spelling mistake in the description of int. It said Accepts range mix..max where it should be Accepts range min..max.

Should (or can) I merge small-ish corrections like these myself or should I do pull requests for them, too?

@KevinGimbel KevinGimbel requested a review from lucapette May 23, 2017 14:56
@@ -10,7 +10,7 @@ email email
enum a random value from an enum. Defaults to "foo..bar..baz"
event.action clicked|purchased|viewed|watched
http.method DELETE|GET|HEAD|OPTION|PATCH|POST|PUT
int positive integer. Accepts range mix..max (default: 1..1000).
int positive integer. Accepts range min..max (default: 1..1000).
Copy link
Owner

Choose a reason for hiding this comment

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

omg I make this mistake every day!

@lucapette
Copy link
Owner

Thank you! I don't know how to type, that's obvious :)

@lucapette lucapette merged commit 2f24cb7 into master May 23, 2017
@lucapette lucapette deleted the fix/generatorDescription branch May 24, 2017 18:13
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