Skip to content

Commit

Permalink
Fix typos and misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
hakeda committed Dec 22, 2014
1 parent dc3ed03 commit b20328d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,7 @@ via the webhooks. If you accidentally pushed passwords or other sensitive
data you will need to change them immediately and yank your gem.

If you are yanking a gem due to intellectual property reasons contact
http://help.rubygems.org for permanant removal. Be sure to mention this
http://help.rubygems.org for permanent removal. Be sure to mention this
as the reason for the removal request.


2 changes: 1 addition & 1 deletion patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ an "irrational" policy will only be a disservice to those in the community who
use your gems.

Suppose you have a 'stack' gem that holds a `Stack` class with both `push` and
`pop` functionalty. Your `CHANGELOG` might look like this if you use
`pop` functionality. Your `CHANGELOG` might look like this if you use
semantic versioning:

* **Version 0.0.1**: The initial `Stack` class is released.
Expand Down
4 changes: 2 additions & 2 deletions rubygems-org-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ site. Returns an array of the XML or JSON representation of gems that match.

The results are paginated so the API call will return only the first 30 matched
gems. To get subsequent results, use the page query parameter until an empty
reponse is received.
response is received.

$ curl 'https://rubygems.org/api/v1/search.json?query=cucumber&page=2'

Expand Down Expand Up @@ -261,7 +261,7 @@ Returns an object containing the total number of downloads on RubyGems.

### GET - `/api/v1/downloads/[GEM NAME]-[GEM VERSION].(json|xml|yaml)`

Returns an object containing the total number of downloads for a paritcular gem
Returns an object containing the total number of downloads for a particular gem
as well as the total number of downloads for the specified version.

$ curl https://rubygems.org/api/v1/downloads/rails_admin-0.0.0.json
Expand Down
2 changes: 1 addition & 1 deletion security.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ is no single place to broadcast this information but a good place to
start might be to:

- Send an email to the Ruby Talk mailing list ([email protected])
with the subject prefix \[ANN]\[Security] outlining the vulnerabilty,
with the subject prefix \[ANN]\[Security] outlining the vulnerability,
which versions of your gem it affects and what actions those depending
on the gem should take.

Expand Down

0 comments on commit b20328d

Please sign in to comment.