From 20f24fd0eed78567826eb57ef97316f79f24d00f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 19:17:53 +0000 Subject: [PATCH] spelling: website --- dev/guides/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/guides/releasing.md b/dev/guides/releasing.md index 631b715cd..c7b883fe2 100644 --- a/dev/guides/releasing.md +++ b/dev/guides/releasing.md @@ -25,6 +25,6 @@ Assuming master is the branch you want the website to reflect 1. On master, bump the version in `website/config.rb` 2. Delete the remote stable-website branch (`git push -d origin stable-website`) -3. Create the new stable webiste, `git checkout -b stable-website` +3. Create the new stable website, `git checkout -b stable-website` 4. `git push origin stable-website` 5. In Slack run, `hashibot deploy nomad`