Skip to content

Commit

Permalink
Update README.md (#1971)
Browse files Browse the repository at this point in the history
Fixed spelling
  • Loading branch information
shaggygi authored and shiftkey committed Jul 22, 2019
1 parent 9f005c4 commit 8fcb731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Octokit/Models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The general design principle for request models are:

1. They represent the body of a request.
2. Properties that are _required_ by the API should be required by the model and passed in via the constructor.
3. Required porperties should not have a setter since they will be set by the constructor.
3. Required properties should not have a setter since they will be set by the constructor.
4. All other properties should have both a getter and setter.

Note that Octokit.net automatically converts property name to the Ruby casing required by the GitHub API. Thus a
Expand Down

0 comments on commit 8fcb731

Please sign in to comment.