Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit95609e6

Browse files
committed
Fix spelling of "etc."
1 parentc4f3fcd commit95609e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎content/guides/delivering-deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ the output. First, let's complete our `process_deployment` method:
138138
```ruby
139139
defprocess_deployment
140140
payload=JSON.parse(@payload['payload'])
141-
# you can send this information to your chat room, monitor, pager,e.t.c.
141+
# you can send this information to your chat room, monitor, pager,etc.
142142
puts"Processing '#{@payload['description']}' for#{payload['deploy_user']} to#{payload['environment']}"
143143
sleep2# simulate work
144144
@client.create_deployment_status("repos/#{@payload['repository']['full_name']}/deployments/#{@payload['id']}",'pending')

‎content/v3/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To troubleshoot, ensure [you're authenticating correctly](/guides/getting-starte
2020

2121
##Why am I not seeing all my results?
2222

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp