Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit b71b88b

Browse files
committed
Fixed "excerpt" typo, related to issue #196
1 parent 4424e44 commit b71b88b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

core/source/_patterns/04-pages/00-homepage.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"headline" : {
6262
"short" : "Navigate the Allegheny River"
6363
},
64-
"exerpt" : {
64+
"excerpt" : {
6565
"medium" : "The Allegheny River is a principal tributary of the Ohio River; it is located in the Eastern United States. The Allegheny River joins with the Monongahela River to form the Ohio River at the Point of Point State Park in Downtown Pittsburgh, Pennsylvania."
6666
}
6767
},
@@ -75,7 +75,7 @@
7575
"headline" : {
7676
"short" : "How to detect and avoid poison ivy"
7777
},
78-
"exerpt" : {
78+
"excerpt" : {
7979
"medium" : "Toxicodendron radicans, commonly known as poison ivy is a poisonous North American plant that is well known for its production of urushiol"
8080
}
8181
},
@@ -89,7 +89,7 @@
8989
"headline" : {
9090
"short" : "Top 10 hiking mountains"
9191
},
92-
"exerpt" : {
92+
"excerpt" : {
9393
"medium" : "Yosemite National Park is a United States National Park spanning eastern portions of Tuolumne, Mariposa and Madera counties in the central eastern portion of the U.S. state of California."
9494
}
9595
},
@@ -103,7 +103,7 @@
103103
"headline" : {
104104
"short" : "How to build a campfire"
105105
},
106-
"exerpt" : {
106+
"excerpt" : {
107107
"medium" : "A campfire is a fire lit at a campsite, to serve the following functions: light, warmth, a beacon, an insect and/or apex predator deterrent, to cook, and for a psychological sense of security. "
108108
}
109109
},
@@ -117,7 +117,7 @@
117117
"headline" : {
118118
"short" : "Pick the right camping gear"
119119
},
120-
"exerpt" : {
120+
"excerpt" : {
121121
"medium" : "The equipment used in camping varies with the particular type of camping. For instance, in survival camping the equipment consists of small items which have the purpose of helping the camper in providing food, heat and safety."
122122
}
123123
}

core/source/_patterns/04-pages/01-blog.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"headline" : {
1313
"short" : "Navigate the Allegheny River"
1414
},
15-
"exerpt" : {
15+
"excerpt" : {
1616
"medium" : "The Allegheny River is a principal tributary of the Ohio River; it is located in the Eastern United States. The Allegheny River joins with the Monongahela River to form the Ohio River at the Point of Point State Park in Downtown Pittsburgh, Pennsylvania."
1717
}
1818
},
@@ -26,7 +26,7 @@
2626
"headline" : {
2727
"short" : "How to detect and avoid poison ivy"
2828
},
29-
"exerpt" : {
29+
"excerpt" : {
3030
"medium" : "Toxicodendron radicans, commonly known as poison ivy is a poisonous North American plant that is well known for its production of urushiol"
3131
}
3232
},
@@ -40,7 +40,7 @@
4040
"headline" : {
4141
"short" : "Top 10 hiking mountains"
4242
},
43-
"exerpt" : {
43+
"excerpt" : {
4444
"medium" : "Yosemite National Park is a United States National Park spanning eastern portions of Tuolumne, Mariposa and Madera counties in the central eastern portion of the U.S. state of California."
4545
}
4646
},
@@ -54,7 +54,7 @@
5454
"headline" : {
5555
"short" : "How to build a campfire"
5656
},
57-
"exerpt" : {
57+
"excerpt" : {
5858
"medium" : "A campfire is a fire lit at a campsite, to serve the following functions: light, warmth, a beacon, an insect and/or apex predator deterrent, to cook, and for a psychological sense of security. "
5959
}
6060
},
@@ -68,7 +68,7 @@
6868
"headline" : {
6969
"short" : "Pick the right camping gear"
7070
},
71-
"exerpt" : {
71+
"excerpt" : {
7272
"medium" : "The equipment used in camping varies with the particular type of camping. For instance, in survival camping the equipment consists of small items which have the purpose of helping the camper in providing food, heat and safety."
7373
}
7474
}

0 commit comments

Comments
 (0)