Skip to content

Commit dd8f5cf

Browse files
committed
Update README.md
Spelling correction under Manipulating Files.
1 parent 031dff7 commit dd8f5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ In order to be able to create/update/remove files you need to use Contents API l
621621
contents = Github::Client::Repos::Contents.new oauth_token: '...'
622622
```
623623

624-
Having instantiaed the contents, to create a file do:
624+
Having instantiated the contents, to create a file do:
625625

626626
```ruby
627627
contents.create 'username', 'repo_name', 'full_path_to/file.ext',

0 commit comments

Comments
 (0)