diff --git a/_posts/2013-06-01-release-announcement.markdown b/_posts/2013-06-01-release-announcement.markdown index 50eebf70..96b8bd84 100644 --- a/_posts/2013-06-01-release-announcement.markdown +++ b/_posts/2013-06-01-release-announcement.markdown @@ -174,7 +174,7 @@ implemeted to facilitate rolling deployments at a large German firm by a couple of freelancers who were consulting with them. (Hint, one of those guys went on to found Travis-CI!) -The equivilent code in under Capistrano v3 would look like this: +The equivalent code in under Capistrano v3 would look like this: {% prism ruby %} # Capistrano 3.0.x diff --git a/_site/2013/06/01/release-announcement.html b/_site/2013/06/01/release-announcement.html index c27bfe45..c848b0df 100644 --- a/_site/2013/06/01/release-announcement.html +++ b/_site/2013/06/01/release-announcement.html @@ -289,7 +289,7 @@ implemeted to facilitate rolling deployments at a large German firm by a couple of freelancers who were consulting with them. (Hint, one of those guys went on to found Travis-CI!)
-The equivilent code in under Capistrano v3 would look like this:
+The equivalent code in under Capistrano v3 would look like this:
# Capistrano 3.0.x
@@ -876,7 +876,7 @@ implemeted to facilitate rolling deployments at a large German firm by a
couple of freelancers who were consulting with them. (Hint, one of those guys
went on to found Travis-CI!)
-The equivilent code in under Capistrano v3 would look like this:
+The equivalent code in under Capistrano v3 would look like this:
# Capistrano 3.0.x
diff --git a/_site/documentation/getting-started/preparing-your-application/index.html b/_site/documentation/getting-started/preparing-your-application/index.html
index 7e81cc7f..f9d4746a 100644
--- a/_site/documentation/getting-started/preparing-your-application/index.html
+++ b/_site/documentation/getting-started/preparing-your-application/index.html
@@ -234,7 +234,7 @@ environment.
Servers can be defined in a bunch of ways, the following shows defining two
servers, one where we set the username, and another where we set the port.
-These host strings are parsed and expanded out in to the equivilent of the
+These host strings are parsed and expanded out in to the equivalent of the
server line after the comment:
@@ -426,7 +426,7 @@ environment.
Servers can be defined in a bunch of ways, the following shows defining two
servers, one where we set the username, and another where we set the port.
-These host strings are parsed and expanded out in to the equivilent of the
+These host strings are parsed and expanded out in to the equivalent of the
server line after the comment:
diff --git a/documentation/getting-started/preparing-your-application/index.markdown b/documentation/getting-started/preparing-your-application/index.markdown
index f25acc4f..ddc40342 100644
--- a/documentation/getting-started/preparing-your-application/index.markdown
+++ b/documentation/getting-started/preparing-your-application/index.markdown
@@ -125,7 +125,7 @@ environment.
Servers can be defined in a bunch of ways, the following shows defining two
servers, one where we set the username, and another where we set the port.
-These host strings are parsed and expanded out in to the equivilent of the
+These host strings are parsed and expanded out in to the equivalent of the
server line after the comment:
{% prism ruby %}