Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed May 10, 2016
1 parent 00b9b33 commit cda2c33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ Option(s):
:type monthly: bool
:param monthly: Determines whether to show the monthly rankings.
Daily is the default.
If both `monthly` and `weekly` are set, `monthly` takes precendence.
If both `monthly` and `weekly` are set, `monthly` takes precedence.
:type devs: bool
:param devs: determines whether to display the trending
Expand Down
2 changes: 1 addition & 1 deletion gitsome/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def trending(self, language, weekly, monthly,
:type monthly: bool
:param monthly: Determines whether to show the monthly rankings.
Daily is the default.
If both `monthly` and `weekly` are set, `monthly` takes precendence.
If both `monthly` and `weekly` are set, `monthly` takes precedence.
:type devs: bool
:param devs: determines whether to display the trending
Expand Down
2 changes: 1 addition & 1 deletion gitsome/githubcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ def trending(github, language, weekly, monthly, devs, browser, pager):
:type monthly: bool
:param monthly: Determines whether to show the monthly rankings.
Daily is the default.
If both `monthly` and `weekly` are set, `monthly` takes precendence.
If both `monthly` and `weekly` are set, `monthly` takes precedence.
:type devs: bool
:param devs: determines whether to display the trending
Expand Down

0 comments on commit cda2c33

Please sign in to comment.