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

Commit f9c5430

Browse files
author
Barny Shergold
committed
Made changes from Closed, Abandoned PRs (9118 & 9123)
1 parent ecfc3e6 commit f9c5430

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/guides/v2.3/graphql/queries/customer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following call returns information about the logged-in customer. Provide the
6666
"region": {
6767
"region_code": "MI",
6868
"region": "Michigan"
69-
}
69+
},
7070
"postcode": "78758",
7171
"country_code": "US",
7272
"telephone": "512 555-1212"

src/guides/v2.3/javascript-dev-guide/widgets/widget_collapsible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ $("#element").collapsible("option","header",".header");
295295
```
296296
297297
### `icons` {#fedg_collaps_icons}
298-
The classes for icons to be used in headers. If no classes are specified, icons are not be created. A new span is created and appended to the header, the classes for this span are automatically changed whenever the content gets expanded/collapsed.
298+
The classes for icons to be used in headers. If no classes are specified, icons are not be created. A new span is created and prepended to the header, the classes for this span are automatically changed whenever the content gets expanded/collapsed.
299299
300300
**Type**: String
301301

src/guides/v2.4/graphql/queries/customer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following call returns information about the logged-in customer. Provide the
6464
"region": {
6565
"region_code": "MI",
6666
"region": "Michigan"
67-
}
67+
},
6868
"postcode": "78758",
6969
"country_code": "US",
7070
"telephone": "512 555-1212"

0 commit comments

Comments
 (0)