From ee8fe7df8f6fa7155de5f9c30e0d7d67da84700a Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Tue, 31 Mar 2015 11:23:46 +0600 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 540ecc7a..86092c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ https://github.com/capistrano/capistrano/compare/v3.3.5...v3.4.0 * Breaking Changes * Hosts with the same name are now consolidated into one irrespective of the user and port. This allows multiple declarations of a server to be made safely. - The last declared properties will win. See capistrnorb.com Properties documentation + The last declared properties will win. See capistranorb.com Properties documentation for details. * Inside the on() block the host variable is now a copy of the host, so changes can be made within the block (such as dynamically overriding the user) that will not persist.