Repository: nifi Updated Branches: refs/heads/master a90a77024 -> eb37f300c
NIFI-3634 Fix minor User Guide Typos Signed-off-by: James Wing <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/eb37f300 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/eb37f300 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/eb37f300 Branch: refs/heads/master Commit: eb37f300c71b71eed81a662d8fa51b4eef75975a Parents: a90a770 Author: Wil Selwood <[email protected]> Authored: Wed Mar 22 16:14:50 2017 -0700 Committer: James Wing <[email protected]> Committed: Wed Mar 22 16:48:09 2017 -0700 ---------------------------------------------------------------------- nifi-docs/src/main/asciidoc/user-guide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/eb37f300/nifi-docs/src/main/asciidoc/user-guide.adoc ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/user-guide.adoc b/nifi-docs/src/main/asciidoc/user-guide.adoc index c66f70c..cd69bab 100644 --- a/nifi-docs/src/main/asciidoc/user-guide.adoc +++ b/nifi-docs/src/main/asciidoc/user-guide.adoc @@ -166,11 +166,11 @@ and configure system properties, such as how many system resources should be pro On the right side of the canvas is Search, and the Global Menu. You can use Search to easily find components on the canvas and can to search by component name, type, identifier, configuration properties, and their values. The Global Menu -contain options that allow you to manipulate existing components on the canvas: +contains options that allow you to manipulate existing components on the canvas: image::global-menu.png[NiFi Global Menu] -Additionally, the UI has allows has some features that allow you to easily navigate around the canvas. You can use the +Additionally, the UI has some features that allow you to easily navigate around the canvas. You can use the Navigate Palette to pan around the canvas, and to zoom in and out. The âBirds Eye Viewâ of the dataflow provides a high-level view of the dataflow and allows you to pan across large portions of the dataflow. You can also find breadcrumbs along the bottom of the screen. As you navigate into and out of Process Groups, the breadcrumbs show
