You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/01/03 13:39:39 UTC

[myfaces-tobago] branch master updated: spelling: replace "server sided" with "server side", and so on.

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 6638dfb  spelling: replace "server sided" with "server side", and so on.
6638dfb is described below

commit 6638dfb607620be3a02fd3fc2a9d99f891823eaf
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Jan 3 14:35:19 2018 +0100

    spelling: replace "server sided" with "server side", and so on.
---
 .../org/apache/myfaces/tobago/example/demo/Demo.xml |  4 ++--
 .../50-migration/96-migration/migration40.xhtml     |  6 +++---
 .../src/main/webapp/content/10-intro/intro.xhtml    | 21 +++++++++++++++++++--
 .../010-input/20-suggest/suggest.test.js            |  2 +-
 .../20-component/010-input/20-suggest/suggest.xhtml |  4 ++--
 .../20-component/050-container/60-bar/bar.xhtml     |  4 ++--
 .../content/20-component/060-popup/popup.xhtml      |  8 ++++----
 .../20-component/070-tab/00-client/tab-client.xhtml |  2 +-
 .../20-component/070-tab/02-server/tab-server.xhtml |  6 +++---
 .../webapp/content/20-component/070-tab/tab.xhtml   |  5 +++--
 .../00-collapsible-box/collapsible-box.test.js      |  6 +++---
 .../00-collapsible-box/collapsible-box.xhtml        |  2 +-
 .../10-collapsible-popup/collapsible-popup.test.js  |  2 +-
 .../10-collapsible-popup/collapsible-popup.xhtml    | 10 +++++-----
 .../20-collapsible-panel/collapsible-panel.test.js  |  2 +-
 .../20-collapsible-panel/collapsible-panel.xhtml    |  2 +-
 .../collapsible-section.test.js                     |  2 +-
 .../collapsible-section.xhtml                       |  2 +-
 .../30-concept/53-collapsible/collapsible.xhtml     |  2 +-
 19 files changed, 55 insertions(+), 37 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo.xml b/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo.xml
index 1d83086..94246a0 100644
--- a/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo.xml
+++ b/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo.xml
@@ -86,9 +86,9 @@
   <entry key="bar">Bar</entry>
   <entry key="popup">Popup Dialog</entry>
   <entry key="tab">Tab Group</entry>
-  <entry key="tab_client">Client sided</entry>
+  <entry key="tab_client">Client side</entry>
   <entry key="tab_ajax">Ajax</entry>
-  <entry key="tab_server">Server sided</entry>
+  <entry key="tab_server">Server side</entry>
   <entry key="sheet">Sheet Control</entry>
   <entry key="sheet_column_content">Column Content</entry>
   <entry key="sheet_sorting">Sorting</entry>
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migration40.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migration40.xhtml
index 0a0d3f6..bca1be0 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migration40.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migration40.xhtml
@@ -85,19 +85,19 @@
           The content of <code class="language-markup">&lt;tc:bar&gt;</code> needs to be checked.
           The layout inside of the bar has been changed by CSS.
         </p>
-        <p>There is a new after-facet for right sided content. Old code which uses
+        <p>There is a new after-facet for right side content. Old code which uses
           <code class="language-markup">&lt;tc:flowLayout align=right></code> probably doesn't work correctly.</p>
         <p>Replace the following code...</p>
         <pre><code class="language-markup">&lt;tc:bar>
   &lt;tc:flowLayout textAlign="right">
-    // right sided content
+    // right side content
   &lt;/tc:flowLayout>
 &lt;/tc:bar></code></pre>
         <p>... with this:</p>
         <pre><code class="language-markup">&lt;tc:bar>
   &lt;f:facet name="after">
     &lt;tc:flexLayout columns="1fr auto">
-      // right sided content
+      // right side content
     &lt;/tc:flexLayout>
   &lt;/f:facet>
 &lt;/tc:bar></code></pre>
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml
index aec7037..0fbee2e 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml
@@ -20,14 +20,31 @@
 <ui:composition template="/main.xhtml"
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:ui="http://java.sun.com/jsf/facelets">
+                xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:pt="http://xmlns.jcp.org/jsf/passthrough">
   <ui:param name="title" value="#{demoBundle.intro}"/>
-  <p>This is the demo of Tobago.
+  <p>This is the demo of <mark>Tobago</mark>.
     It shows the components and concepts of Tobago and is also a main part of the documentation.</p>
   <p>If you want to migrate from an older version, you'll find further information in the
     <tc:link label="migration guide" outcome="/content/10-intro/50-migration/migration.xhtml"/>.</p>
   <p>If you want to start this demo on you local machine, have a look at the section 'Local Demo'.</p>
 
+  <p>
+    10 + 5 = <output name="sum">15</output>
+  </p>
+
+  <!--<tc:in pt:placeholder="Browser eingeben" pt:list="browsers" />-->
+  <tc:in label="dies ist " pt:list="browsers" />
+  <tc:in label="dies ist ein lang ggelld d fjksdfjkls fjkdsl " pt:list="browsers" />
+
+  <input list="browsers" />
+  <datalist id="browsers">
+    <option value="Chrome"/>
+    <option value="Firefox"/>
+    <option value="Internet Explorer"/>
+    <option value="Opera"/>
+    <option value="Safari"/>
+  </datalist>
+
   <tc:section label="Description">
     <p>Tobago is a user interface framework for developing web applications.
       The technical basis of the framework is JavaServer Faces. The main core represents a theme oriented
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/20-suggest/suggest.test.js b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/20-suggest/suggest.test.js
index 4d5f721..5b46a50 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/20-suggest/suggest.test.js
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/20-suggest/suggest.test.js
@@ -217,7 +217,7 @@ QUnit.test("Advanced: 'Ca'", function (assert) {
   }, suggestionDelay);
 });
 
-QUnit.test("Client sided: 'Ju'", function (assert) {
+QUnit.test("Client side: 'Ju'", function (assert) {
   assert.expect(3);
 
   var $in = jQueryFrame("#page\\:mainForm\\:inClient\\:\\:field");
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/20-suggest/suggest.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/20-suggest/suggest.xhtml
index c8f47c4..6b208bd 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/20-suggest/suggest.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/20-suggest/suggest.xhtml
@@ -73,9 +73,9 @@
     </tc:in>
   </tc:section>
 
-  <tc:section label="Client sided">
+  <tc:section label="Client side">
     <p>Filtering can also be done by the client. For that, set <code>update="false"</code>.</p>
-    <p>If client sided, you can also use <code class="language-markup"><tc:selectItem/></code>
+    <p>If client side, you can also use <code class="language-markup"><tc:selectItem/></code>
       instead of <code class="language-markup"><tc:selectItems/></code>.</p>
     <pre><code class="language-markup">&lt;tc:suggest update="false"/></code></pre>
     <tc:in id="inClient" label="Solar Objects">
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/050-container/60-bar/bar.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/050-container/60-bar/bar.xhtml
index b1807b1..2462d8e 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/050-container/60-bar/bar.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/050-container/60-bar/bar.xhtml
@@ -32,7 +32,7 @@
            link="#{demoBundle.tagDocUrl}/#{info.stableVersion}/tld/tc/bar.html"/>
 
   <tc:section label="Example">
-    <p>This example show a dark bar with a 'brand' facet, a menu and right sided content inside an 'after' facet.</p>
+    <p>This example show a dark bar with a 'brand' facet, a menu and right side content inside an 'after' facet.</p>
     <p>The bar should collapse on large size, so the markup <code>large</code> is added.</p>
     <pre><code class="language-markup">&lt;tc:bar markup="large, dark">
   &lt;tc:style customClass="bg-dark"/>
@@ -79,7 +79,7 @@
     // centered content
   &lt;/div>
   &lt;f:facet name="after">
-    // right sided content
+    // right side content
   &lt;/f:facet>
 &lt;/tc:bar></code></pre>
     <tc:bar markup="large, dark">
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml
index c06fb2c..d59386d 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml
@@ -35,9 +35,9 @@
     <tc:link label="&lt;tc:operation/>" image="#{request.contextPath}/image/feather-leaf.png"
              link="#{demoBundle.tagDocUrl}/#{info.stableVersion}/tld/tc/operation.html"/></p>
 
-  <tc:section label="Client Sided Popup">
+  <tc:section label="Client Side Popup">
     <tc:form id="form2">
-      <p>To create a client sided popup you have to know about <code>collapsedMode</code>.
+      <p>To create a client side popup you have to know about <code>collapsedMode</code>.
         The mode indicated whether a collapsed popup should be rendered.
         If <code>collapsedMode="absent"</code>, which is default, a hidden popup dialog will no be rendered.
         If <code>collapsedMode="hidden"</code>, a hidden popup dialog will be rendered on the page, but hidden by CSS.
@@ -48,7 +48,7 @@
         The attribute <code class="language-markup">collapsed="true"</code> is default,
         because the popup should normally not be opened after loading the page.
         The hidden popup must be already rendered, so the client don't have to send any requests to the server.</p>
-      <p>Client sided opening and closing can be done with the
+      <p>Client side opening and closing can be done with the
         <code class="language-markup">&lt;tc:operation name="show|hide" for="[ID]"/></code> tag.
         The attribute <code>name</code> must be set and can have the value 'show' and 'hide'
         which is to show and hide the popup, obviously.
@@ -64,7 +64,7 @@
       <tc:out id="out" label="Text from Popup" value="#{popupController.popup2Text}"/>
 
       <tc:popup id="clientPopup" collapsedMode="hidden">
-        <tc:box label="Client Sided Popup">
+        <tc:box label="Client Side Popup">
           <tc:panel id="clientPopupMessages">
             <tc:messages id="messages"/>
           </tc:panel>
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/00-client/tab-client.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/00-client/tab-client.xhtml
index 8cca9f3..dfa0c63 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/00-client/tab-client.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/00-client/tab-client.xhtml
@@ -26,7 +26,7 @@
   <p>Tabs can be created with one or more <code class="language-markup">&lt;tc:tab/></code> within a
     <code class="language-markup">&lt;tc:tabGroup></code>.
     Within a tab, content can be added like in a section or a panel.</p>
-  <p>Changing tabs is client sided by default.</p>
+  <p>Changing tabs is client side by default.</p>
   <p>Tag Library Documentation:
     <tc:link label="&lt;tc:tabGroup/>" image="#{request.contextPath}/image/feather-leaf.png" link="#{demoBundle.tagDocUrl}/#{info.stableVersion}/tld/tc/tabGroup.html"/>
     |
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/02-server/tab-server.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/02-server/tab-server.xhtml
index 06b3be7..9d0b8bf 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/02-server/tab-server.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/02-server/tab-server.xhtml
@@ -25,9 +25,9 @@
   <p>Tabs can be created with one or more <code class="language-markup">&lt;tc:tab/></code> within a
     <code class="language-markup">&lt;tc:tabGroup></code>.
     Within a tab, content can be added like in a section or a panel.</p>
-  <p>Changing tabs is client sided by default.
-    To change them server sided, the <code>switchType</code> attribute must have the value "reloadPage".
-    All tabgroups on this page are server sided.</p>
+  <p>Changing tabs is client side by default.
+    To change them server side, the <code>switchType</code> attribute must have the value "reloadPage".
+    All tabgroups on this page are server side.</p>
   <p>Tag Library Documentation:
     <tc:link label="&lt;tc:tabGroup/>" image="#{request.contextPath}/image/feather-leaf.png" link="#{demoBundle.tagDocUrl}/#{info.stableVersion}/tld/tc/tabGroup.html"/>
     |
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/tab.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/tab.xhtml
index 2b0273e..6cc22f2 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/tab.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/tab.xhtml
@@ -20,13 +20,14 @@
 <ui:composition template="/main.xhtml"
                 xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core">
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core">
   <ui:param name="title" value="#{demoBundle.tab}"/>
   <p>A <code class="language-markup">&lt;tc:tabGroup/></code> can contain several
     <code class="language-markup">&lt;tc:tab/></code> tags.
     Switching between tabs can be done on the client or by server request.
     For server requests there are two ways. Reload the whole page and reload only the tab (Ajax).
-    To set the switching type, use the <code>switchType</code> attribute. By default it's client sided.</p>
+    To set the switching type, use the <code>switchType</code> attribute. By default it's client side.</p>
 
   <tc:section label="#{demoBundle.tab_client}">
     <pre><code class="language-markup">&lt;tc:tabGroup></code></pre>
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.test.js b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.test.js
index 89dc8ef..27cd455 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.test.js
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.test.js
@@ -231,7 +231,7 @@ QUnit.test("Full Server Request: close both boxes", function (assert) {
   });
 });
 
-QUnit.test("Client Sided: show -> hide transition", function (assert) {
+QUnit.test("Client Side: show -> hide transition", function (assert) {
   assert.expect(2);
 
   var $show = jQueryFrame("#page\\:mainForm\\:client\\:showNoRequestBox");
@@ -245,7 +245,7 @@ QUnit.test("Client Sided: show -> hide transition", function (assert) {
   assert.equal($box.hasClass("tobago-collapsed"), true);
 });
 
-QUnit.test("Client Sided: hide -> show transition", function (assert) {
+QUnit.test("Client Side: hide -> show transition", function (assert) {
   assert.expect(2);
 
   var $show = jQueryFrame("#page\\:mainForm\\:client\\:showNoRequestBox");
@@ -259,7 +259,7 @@ QUnit.test("Client Sided: hide -> show transition", function (assert) {
   assert.equal($box.hasClass("tobago-collapsed"), false);
 });
 
-QUnit.test("Client Sided: hide content and submit empty string", function (assert) {
+QUnit.test("Client Side: hide content and submit empty string", function (assert) {
   assert.expect(2);
   var done = assert.async();
   var step = 1;
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml
index 0f9c091..8f89723 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml
@@ -81,7 +81,7 @@
     </tc:form>
   </tc:section>
 
-  <tc:section label="Client Sided">
+  <tc:section label="Client Side">
     <tc:form id="client">
       <p>This example show a content box which could be opened and closed without a server request.<br/>
         To render the hidden content of the box, <code>collapsedMode="hidden"</code> must be set.
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.test.js b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.test.js
index 428b8bd..b3c34d2 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.test.js
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.test.js
@@ -147,7 +147,7 @@ QUnit.test("Full Server Request", function (assert) {
   });
 });
 
-QUnit.test("Client Sided", function (assert) {
+QUnit.test("Client Side", function (assert) {
   assert.expect(9);
   var done = assert.async(3);
   var step = 1;
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml
index 5a80a92..29e74de 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml
@@ -46,7 +46,7 @@
 
   <tc:section label="Full Server Request">
     <tc:form id="server">
-      <p>Server sided popup with <code class="language-markup">&lt;tc:operation/></code>.
+      <p>Server side popup with <code class="language-markup">&lt;tc:operation/></code>.
         The attribute <code>collapsedMode="absent"</code> is set by default.
         If you press the 'Submit'-button in the popup, the popup remains open,
         because the server know the current state.</p>
@@ -66,10 +66,10 @@
     </tc:form>
   </tc:section>
 
-  <tc:section label="Client Sided">
+  <tc:section label="Client Side">
     <tc:form id="client">
-      <p>For the client sided popup the attribute <code>collapsedMode="hidden"</code> must be set.
-        So the hidden popup is already rendered on the site. Otherwise a client sided opened popup has no content.</p>
+      <p>For the client side popup the attribute <code>collapsedMode="hidden"</code> must be set.
+        So the hidden popup is already rendered on the site. Otherwise a client side opened popup has no content.</p>
       <p>This leads to the problem of violations of hidden content.
         In this case you cannot press the 'Submit'-button if the required field is empty.
         Even if the popup is hidden.</p>
@@ -82,7 +82,7 @@
       <tc:button id="submitOnPage3" label="Submit"/>
       <tc:popup id="clientPopup" collapsedMode="hidden">
         <tc:box label="Full Server Request">
-          <p>The opening of the popup is client sided.
+          <p>The opening of the popup is client side.
             Therefor the popup will be closed after pressing the 'Submit'-button which reload the page.</p>
           <tc:in id="in3" label="Required" required="true"/>
           <tc:button id="submitOnPopup3" label="Submit"/>
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.test.js b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.test.js
index 2e7d4fa..c94c3b1 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.test.js
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.test.js
@@ -179,7 +179,7 @@ QUnit.test("Full Server Request", function (assert) {
   });
 });
 
-QUnit.test("Client Sided", function (assert) {
+QUnit.test("Client Side", function (assert) {
   assert.expect(14);
   var done = assert.async(3);
   var step = 1;
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml
index ee13107..91b3cc3 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml
@@ -69,7 +69,7 @@
     </tc:form>
   </tc:section>
 
-  <tc:section label="Client Sided">
+  <tc:section label="Client Side">
     <p>A panel which is opened and closed only by the client.
       The attribute <code>omit="true"</code> is set for the 'show'-button and the 'hide'-button.</p>
     <p>For the panel <code>collapsibleMode="hidden"</code> is set.
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.test.js b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.test.js
index ac95ccc..56f49c1 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.test.js
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.test.js
@@ -179,7 +179,7 @@ QUnit.test("Full Server Request", function (assert) {
   });
 });
 
-QUnit.test("Client Sided", function (assert) {
+QUnit.test("Client Side", function (assert) {
   assert.expect(14);
   var done = assert.async(3);
   var step = 1;
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml
index ed539cc..86f94be 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml
@@ -70,7 +70,7 @@
     </tc:form>
   </tc:section>
 
-  <tc:section label="Client Sided">
+  <tc:section label="Client Side">
     <p>In this example opening and closing is done by the client.
       The attribute <code>omit="true"</code> set for the 'show'-button and the 'hide'-button to prevent submitting.</p>
     <p>For the section <code>collapsedMode="hidden"</code> is set.
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml
index afbe5f4..096a5f6 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml
@@ -87,7 +87,7 @@
 
   <tc:section label="Operation">
     <pre><code class="language-markup">&lt;tc:operation name="show|hide" for="[ID]"/></code></pre>
-    <p>Operations can be used to change the state client sided. It can be placed
+    <p>Operations can be used to change the state client side. It can be placed
       within a <code class="language-markup">&lt;tc:button/></code> tag or a
       <code class="language-markup">&lt;tc:link/></code> tag.
       The name of the transition can be set in the <code>name</code> attribute. Values are 'show' and 'hide'.</p>

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].