This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5b4c00a Publishing website 2019/07/30 11:16:41 at commit ccaf3fe
5b4c00a is described below
commit 5b4c00ac4063b8c386db24c36cee5ee3983ed0e2
Author: jenkins <[email protected]>
AuthorDate: Tue Jul 30 11:16:41 2019 +0000
Publishing website 2019/07/30 11:16:41 at commit ccaf3fe
---
website/generated-content/documentation/programming-guide/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/website/generated-content/documentation/programming-guide/index.html
b/website/generated-content/documentation/programming-guide/index.html
index bf83faf..f539693 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -3257,7 +3257,7 @@ data.</p>
watermark that estimates the lag time. In practice, your <code
class="highlighter-rouge">PCollection</code>’s data
source determines the watermark, and watermarks can be more precise or
complex.</p>
-<p>Beam’s default windowing configuration tries to determines when all data has
+<p>Beam’s default windowing configuration tries to determine when all data has
arrived (based on the type of data source) and then advances the watermark past
the end of the window. This default configuration does <em>not</em> allow late
data.
<a href="#triggers">Triggers</a> allow you to modify and refine the windowing
strategy for