We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031dff7 commit dd8f5cfCopy full SHA for dd8f5cf
README.md
@@ -621,7 +621,7 @@ In order to be able to create/update/remove files you need to use Contents API l
621
contents = Github::Client::Repos::Contents.new oauth_token: '...'
622
```
623
624
-Having instantiaed the contents, to create a file do:
+Having instantiated the contents, to create a file do:
625
626
```ruby
627
contents.create 'username', 'repo_name', 'full_path_to/file.ext',
0 commit comments