This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.11.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 089ca0216054fe718e7c3a571f4c3497cbc7ff81 Author: Andy LoPresto <[email protected]> AuthorDate: Tue Mar 3 15:47:42 2020 -0800 NIFI-7218 Fixed typo in Overview docs. (#4107) --- nifi-docs/src/main/asciidoc/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-docs/src/main/asciidoc/overview.adoc b/nifi-docs/src/main/asciidoc/overview.adoc index 594d9a3..78ab665 100644 --- a/nifi-docs/src/main/asciidoc/overview.adoc +++ b/nifi-docs/src/main/asciidoc/overview.adoc @@ -20,7 +20,7 @@ Apache NiFi Team <[email protected]> :linkattrs: == What is Apache NiFi? -Put simply NiFi was built to automate the flow of data between systems. While +Put simply, NiFi was built to automate the flow of data between systems. While the term 'dataflow' is used in a variety of contexts, we use it here to mean the automated and managed flow of information between systems. This problem space has been around ever since enterprises had more than one system,
