Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
Merge pull request #1082 from jwilk/spelling
Browse files Browse the repository at this point in the history
Fix spelling of "etc."
  • Loading branch information
davidcelis committed Jun 18, 2016
2 parents c4f3fcd + 95609e6 commit cf1e2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/guides/delivering-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ the output. First, let's complete our `process_deployment` method:
``` ruby
def process_deployment
payload = JSON.parse(@payload['payload'])
# you can send this information to your chat room, monitor, pager, e.t.c.
# you can send this information to your chat room, monitor, pager, etc.
puts "Processing '#{@payload['description']}' for #{payload['deploy_user']} to #{payload['environment']}"
sleep 2 # simulate work
@client.create_deployment_status("repos/#{@payload['repository']['full_name']}/deployments/#{@payload['id']}", 'pending')
Expand Down
2 changes: 1 addition & 1 deletion content/v3/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To troubleshoot, ensure [you're authenticating correctly](/guides/getting-starte

## Why am I not seeing all my results?

Most API calls accessing a list of resources (_e.g._, users, issues, _e.t.c._) support
Most API calls accessing a list of resources (_e.g._, users, issues, _etc._) support
pagination. If you're making requests and receiving an incomplete set of results, you're
probably only seeing the first page. You'll need to request the remaining pages
in order to get more results.
Expand Down

0 comments on commit cf1e2eb

Please sign in to comment.