Skip to content

Commit

Permalink
bundle, mocp: fix typo (tldr-pages#5748)
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-ue authored Apr 14, 2021
1 parent 16e4ed5 commit d84f31d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pages/common/bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

- Update one or more specific gem(s) defined in the `Gemfile`:

`bundle update {{gemname}} {{gemname}}`
`bundle update {{gem_name}} {{gem_name}}`

- Update one or more specific gems(s) defined in the `Gemfile` but only to the next patch version:

`bundle update --patch {{gemname}} {{gemname}}`
`bundle update --patch {{gem_name}} {{gem_name}}`

- Update update all gems within the given group in the `Gemfile`:
- Update all gems within the given group in the `Gemfile`:

`bundle update --group {{development}}`

Expand All @@ -33,4 +33,4 @@

- Create a new gem skeleton:

`bundle gem {{gemname}}`
`bundle gem {{gem_name}}`
2 changes: 1 addition & 1 deletion pages/linux/mocp.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@

`mocp --{{play|stop}}`

- Stop the MOC server while it is in the backgroud:
- Stop the MOC server while it's in the backgroud:

`mocp --exit`

0 comments on commit d84f31d

Please sign in to comment.