Added missing bracket and period
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/aebd9fe5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/aebd9fe5 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/aebd9fe5 Branch: refs/heads/0.6.0 Commit: aebd9fe51b4d36790e616629bc24807c5d4e6e9d Parents: 49116f2 Author: Martin Harris <[email protected]> Authored: Wed Oct 30 14:21:55 2013 +0000 Committer: Martin Harris <[email protected]> Committed: Wed Oct 30 14:21:55 2013 +0000 ---------------------------------------------------------------------- docs/use/examples/global-web-fabric/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/aebd9fe5/docs/use/examples/global-web-fabric/index.md ---------------------------------------------------------------------- diff --git a/docs/use/examples/global-web-fabric/index.md b/docs/use/examples/global-web-fabric/index.md index a65fb0a..5abd1bf 100644 --- a/docs/use/examples/global-web-fabric/index.md +++ b/docs/use/examples/global-web-fabric/index.md @@ -284,7 +284,7 @@ Let's look at the management web console, on port 8081: [](console-map.png) -This shows the targets (e.g. Ireland (AWS eu-west-1), Singapore (AWS ap-southeast-1), and California (AWS us-west-1) +This shows the targets (e.g. Ireland (AWS eu-west-1), Singapore (AWS ap-southeast-1), and California (AWS us-west-1)). This also shows the current status of the application. Navigating to the "applications" tab, we can view sensors, invoke effectors, control policies,
