aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/publishing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/publishing.md b/docs/publishing.md
index 132c28d9b..1668afe1e 100644
--- a/docs/publishing.md
+++ b/docs/publishing.md
@@ -15,7 +15,7 @@ We try to ensure certain criteria are met before deploying:
Version can be automatically incremented [using our bump script](./bumping-version.md).
-npm run version:bump $BUMP_TYPE` where `$BUMP_TYPE` is one of `major`, `minor`, or `patch`.
+npm run version:bump `$BUMP_TYPE` where `$BUMP_TYPE` is one of `major`, `minor`, or `patch`.
## Preparing for Sensitive Changes