This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new ba29c3b04e NIFI-11002 - docs: fix small error
ba29c3b04e is described below
commit ba29c3b04e194952544c330d4bd958f9fba08bb1
Author: 0xflotus <[email protected]>
AuthorDate: Sun Dec 18 23:50:14 2022 +0100
NIFI-11002 - docs: fix small error
Signed-off-by: Pierre Villard <[email protected]>
This closes #6795.
---
nifi-docs/src/main/asciidoc/user-guide.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-docs/src/main/asciidoc/user-guide.adoc
b/nifi-docs/src/main/asciidoc/user-guide.adoc
index f62e86c53a..e94d9cbb38 100644
--- a/nifi-docs/src/main/asciidoc/user-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/user-guide.adoc
@@ -2814,7 +2814,7 @@ search the information for specific items, and filter the
search results. It is
replay data at any point within the dataflow, and see a graphical
representation of the data's lineage, or path through the flow.
(These features are described in depth below.)
-When authorization is enabled, accessessing Data Provenance information
requires the 'query provenance' Global Policy as well as the 'view provenance'
+When authorization is enabled, accessing Data Provenance information requires
the 'query provenance' Global Policy as well as the 'view provenance'
Component Policy for the component which generated the event. In addition,
access to event details which include FlowFile attributes and content require
the 'view the data' Component Policy for the component which generated the
event.