aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2019-04-05 02:49:37 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-04-05 02:49:37 +0800
commit12cca730000085a3441c2629fedc0cfbec85a1a9 (patch)
tree7350e171394743761df23967fc801a0412c5521b
parent55cb4bf907e930f04ed692fe3e59dc25cec64823 (diff)
downloadtangerine-wallet-browser-12cca730000085a3441c2629fedc0cfbec85a1a9.tar
tangerine-wallet-browser-12cca730000085a3441c2629fedc0cfbec85a1a9.tar.gz
tangerine-wallet-browser-12cca730000085a3441c2629fedc0cfbec85a1a9.tar.bz2
tangerine-wallet-browser-12cca730000085a3441c2629fedc0cfbec85a1a9.tar.lz
tangerine-wallet-browser-12cca730000085a3441c2629fedc0cfbec85a1a9.tar.xz
tangerine-wallet-browser-12cca730000085a3441c2629fedc0cfbec85a1a9.tar.zst
tangerine-wallet-browser-12cca730000085a3441c2629fedc0cfbec85a1a9.zip
doc - publishing - typo fix (#6399)
-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