You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/05/21 12:03:10 UTC

[beam] branch asf-site updated: Publishing website 2020/05/21 12:02:56 at commit 799b4e1

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 2d84348  Publishing website 2020/05/21 12:02:56 at commit 799b4e1
2d84348 is described below

commit 2d84348c7741e0443412fbfece54aa80beafb8ee
Author: jenkins <bu...@apache.org>
AuthorDate: Thu May 21 12:02:56 2020 +0000

    Publishing website 2020/05/21 12:02:56 at commit 799b4e1
---
 website/generated-content/js/language-switch.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/generated-content/js/language-switch.js b/website/generated-content/js/language-switch.js
index 57d8f20..7b6cb59 100644
--- a/website/generated-content/js/language-switch.js
+++ b/website/generated-content/js/language-switch.js
@@ -68,7 +68,7 @@ $(document).ready(function() {
             },
             /**
              * @desc Search next sibling and if it's also a code block, then store
-                    it's type and move onto the next element. It will keep
+                    its type and move on to the next element. It will keep
                     looking until there is no direct code block descendant left.
              * @param object $el - jQuery object, from where to start searching.
              * @param array $lang - list to hold types, found while searching.