You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/08/01 21:10:35 UTC

[beam-site] branch mergebot updated (fc61efe -> 9db1b3c)

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a change to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from fc61efe  This closes #516
     add bcb7061  Prepare repository for deployment.
     new 766d24e  Fixed Spelling.
     new 9db1b3c  This closes #515

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute/testing/index.html | 273 +---------------------------------
 content/js/language-switch.js         |   2 +-
 src/js/language-switch.js             |   2 +-
 3 files changed, 7 insertions(+), 270 deletions(-)


[beam-site] 02/02: This closes #515

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 9db1b3c46de8d7db43489992fc43d9f5d7da37a1
Merge: bcb7061 766d24e
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Aug 1 21:10:02 2018 +0000

    This closes #515

 content/js/language-switch.js | 2 +-
 src/js/language-switch.js     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[beam-site] 01/02: Fixed Spelling.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 766d24ea80f1ec5fb058a950c5204e3869aaed0d
Author: Jimmy Casey <ca...@gmail.com>
AuthorDate: Sun Jul 29 21:36:38 2018 +0000

    Fixed Spelling.
---
 content/js/language-switch.js | 2 +-
 src/js/language-switch.js     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/js/language-switch.js b/content/js/language-switch.js
index 6c30e88..6157b71 100644
--- a/content/js/language-switch.js
+++ b/content/js/language-switch.js
@@ -69,7 +69,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
-                    looking untill their is no direct code block decendent left.
+                    looking until their is no direct code block decendent left.
              * @param object $el - jQuery object, from where to start searching.
              * @param array $lang - list to hold types, found while searching.
              * @return array - list of types found.
diff --git a/src/js/language-switch.js b/src/js/language-switch.js
index 6c30e88..6157b71 100644
--- a/src/js/language-switch.js
+++ b/src/js/language-switch.js
@@ -69,7 +69,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
-                    looking untill their is no direct code block decendent left.
+                    looking until their is no direct code block decendent left.
              * @param object $el - jQuery object, from where to start searching.
              * @param array $lang - list to hold types, found while searching.
              * @return array - list of types found.