Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 49f0444

Browse files
sanganinamratashrielenee
authored andcommitted
Corrected typo mistakes in pattern-library files. (#2448)
Corrected typo mistakes in pattern-library files and removed double spaces before new sentences.
1 parent 5870379 commit 49f0444

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

guides/v2.0/config-guide/varnish/config-varnish-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ A long list of response headers display in your command prompt window. Look for
199199
- VCL_call BACKEND_FETCH
200200
- VCL_return fetch
201201
- BackendOpen 17 default(10.249.151.10,,8080) 10.249.151.10 60914
202-
- Backend 17 default default(10.249.151.10,,8080)
202+
- Backend 17 default(10.249.151.10,,8080)
203203
- Timestamp Bereq: 1440449534.261791 0.000618 0.000618
204204
- ReqHeader Host: 10.249.151.10
205205
- ReqHeader Connection: keep-alive

guides/v2.0/pattern-library/displaying-data/datatable/datatable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ Some data-tables will be used to display "settings" content. In these instances
469469
<br />
470470
<br />
471471
<h3>Single Select Button</h3>
472-
The data table can also accommodate buttons in rows, and has a special case in the "Single Select" button. This button functions not unlike a typical radio button control, but is used instead of the radio button when the task flow or experience in the {% glossarytooltip 29ddb393-ca22-4df9-a8d4-0024d75739b1 %}Admin{% endglossarytooltip %} application are better served with the more implicit action of selecting a single choice from a data table. This provides greater visibility and imediate confirmation of the action to the user. The use of this should be carefully considered in the context of the experience to determine if it provides greater understanding to the user than radio buttons.
472+
The data table can also accommodate buttons in rows, and has a special case in the "Single Select" button. This button functions not unlike a typical radio button control, but is used instead of the radio button when the task flow or experience in the {% glossarytooltip 29ddb393-ca22-4df9-a8d4-0024d75739b1 %}Admin{% endglossarytooltip %} application are better served with the more implicit action of selecting a single choice from a data table. This provides greater visibility and immediate confirmation of the action to the user. The use of this should be carefully considered in the context of the experience to determine if it provides greater understanding to the user than radio buttons.
473473
<br />
474474
<br />
475475
<br />

guides/v2.1/config-guide/varnish/config-varnish-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ A long list of response headers display in your command prompt window. Look for
199199
- VCL_call BACKEND_FETCH
200200
- VCL_return fetch
201201
- BackendOpen 17 default(10.249.151.10,,8080) 10.249.151.10 60914
202-
- Backend 17 default default(10.249.151.10,,8080)
202+
- Backend 17 default(10.249.151.10,,8080)
203203
- Timestamp Bereq: 1440449534.261791 0.000618 0.000618
204204
- ReqHeader Host: 10.249.151.10
205205
- ReqHeader Connection: keep-alive

guides/v2.1/pattern-library/displaying-data/datatable/datatable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Some data-tables will be used to display "settings" content. In these instances
472472
<br />
473473
<br />
474474
### Single Select Button
475-
The data table can also accommodate buttons in rows, and has a special case in the "Single Select" button. This button functions not unlike a typical radio button control, but is used instead of the radio button when the task flow or experience in the {% glossarytooltip 29ddb393-ca22-4df9-a8d4-0024d75739b1 %}Admin{% endglossarytooltip %} application are better served with the more implicit action of selecting a single choice from a data table. This provides greater visibility and imediate confirmation of the action to the user. The use of this should be carefully considered in the context of the experience to determine if it provides greater understanding to the user than radio buttons.
475+
The data table can also accommodate buttons in rows, and has a special case in the "Single Select" button. This button functions not unlike a typical radio button control, but is used instead of the radio button when the task flow or experience in the {% glossarytooltip 29ddb393-ca22-4df9-a8d4-0024d75739b1 %}Admin{% endglossarytooltip %} application are better served with the more implicit action of selecting a single choice from a data table. This provides greater visibility and immediate confirmation of the action to the user. The use of this should be carefully considered in the context of the experience to determine if it provides greater understanding to the user than radio buttons.
476476
<br />
477477
<br />
478478
<br />

guides/v2.1/pattern-library/filters/data-table-filters/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Applied search terms (filters) may be removed by clicking the remove control, ju
3737
<br />
3838

3939
### Advanced Filters {#advanced}
40-
4140
To access the Advanced Filters the user may click/tap the "Filters" button found in the table controls area. When activated, the button transforms into a tab and displays the available filters in a 'drawer' which opens between the table controls and the table data. The available filters are determined by the columns present in the table; therefore, if the user customizes the column visibility of the table to show some columns and hide others, the corresponding filters for these columns will display or hide in the filter 'drawer'.
41+
4242
<br />
4343
<br />
4444
<img src="img/filter_init.png">

guides/v2.2/config-guide/varnish/config-varnish-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ A long list of response headers display in your command prompt window. Look for
189189
- VCL_call BACKEND_FETCH
190190
- VCL_return fetch
191191
- BackendOpen 17 default(10.249.151.10,,8080) 10.249.151.10 60914
192-
- Backend 17 default default(10.249.151.10,,8080)
192+
- Backend 17 default(10.249.151.10,,8080)
193193
- Timestamp Bereq: 1440449534.261791 0.000618 0.000618
194194
- ReqHeader Host: 10.249.151.10
195195
- ReqHeader Connection: keep-alive

swagger/swagger-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,7 @@ SuperagentHttpClient.prototype.execute = function (obj) {
18471847
} else if (res && obj.on && obj.on.response) {
18481848
var possibleObj;
18491849

1850-
// Already parsed by by superagent?
1850+
// Already parsed by superagent?
18511851
if(res.body && Object.keys(res.body).length > 0) {
18521852
possibleObj = res.body;
18531853
} else {

0 commit comments

Comments
 (0)