From d84f31d7db9e5f3131a822bcfc665e4af126d05c Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Wed, 14 Apr 2021 10:12:42 -0400 Subject: [PATCH] bundle, mocp: fix typo (#5748) --- pages/common/bundle.md | 8 ++++---- pages/linux/mocp.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/bundle.md b/pages/common/bundle.md index 79203f725f..6c1423b949 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 9f7574e3ce..7fdb3bce88 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`