diff --git a/pages/common/bundle.md b/pages/common/bundle.md index 79203f725..6c1423b94 100644 --- a/pages/common/bundle.md +++ b/pages/common/bundle.md @@ -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}}` @@ -33,4 +33,4 @@ - Create a new gem skeleton: -`bundle gem {{gemname}}` +`bundle gem {{gem_name}}` diff --git a/pages/linux/mocp.md b/pages/linux/mocp.md index 9f7574e3c..7fdb3bce8 100644 --- a/pages/linux/mocp.md +++ b/pages/linux/mocp.md @@ -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`