Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2922#discussion_r205882818
--- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc ---
@@ -2918,7 +3022,7 @@ The Provenance Repository contains the information
related to Data Provenance. T
|====
|*Property*|*Description*
-|nifi.provenance.repository.implementation|The Provenance Repository
implementation. The default value is
`org.apache.nifi.provenance.PersistentProvenanceRepository`.
+|`nifi.provenance.repository.implementation`|The Provenance Repository
implementation. The default value is
`org.apache.nifi.provenance.PersistentProvenanceRepository`.
Two additional repositories are available as well.
--- End diff --
This should be "Three additional repository implementations are available
as well."
---