externalized-config: fix typo of “mysuppier”
(cherry picked from commit cd8825d752703a6ecc337049470245a141a6184d)


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/420433f8
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/420433f8
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/420433f8

Branch: refs/heads/0.11.x
Commit: 420433f8e3e852d2737f1f5e92f3791114b62f35
Parents: 889b747
Author: Aled Sage <[email protected]>
Authored: Wed Apr 19 09:53:44 2017 +0100
Committer: Richard Downer <[email protected]>
Committed: Wed May 31 15:25:55 2017 +0100

----------------------------------------------------------------------
 guide/ops/externalized-configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/420433f8/guide/ops/externalized-configuration.md
----------------------------------------------------------------------
diff --git a/guide/ops/externalized-configuration.md 
b/guide/ops/externalized-configuration.md
index f891b82..6440a03 100644
--- a/guide/ops/externalized-configuration.md
+++ b/guide/ops/externalized-configuration.md
@@ -133,7 +133,7 @@ The same blueprint language DSL can be used within YAML 
catalog items. For examp
       brooklyn.libraries:
       - >
         
$brooklyn:formatString("https://%s:%[email protected]/libs/myblueprint-1.2.3.jar";,
 
-        external("mysuppier", "username"), external("mysupplier", "password"))
+        external("mysupplier", "username"), external("mysupplier", "password"))
       item:
         type: com.example.MyBlueprint
 

Reply via email to