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

Commit 7925708

Browse files
committed
chore: fix casing
1 parent 56651fa commit 7925708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ export default LandingLayout;
4848
</SectionHeader>
4949
<FlexSection justifyContent="space-around" flexWrap="wrap">
5050
<ThinTile to="openapi/rock.page.yaml" icon={rock} header="Rock">
51-
This is the rock API. It thinks it is better than the scissors API. But it has to watch out for paper.
51+
This is the Rock API. It thinks it is better than the Scissors API. But it has to watch out for paper.
5252
</ThinTile>
5353
<ThinTile to="openapi/paper.page.yaml" icon={paper} header="Paper">
54-
The paper API frightens the rock API.
54+
The Paper API frightens the Rock API.
5555
</ThinTile>
5656
<ThinTile to="openapi/scissors.page.yaml" icon={scissors} header="Scissors">
57-
The scissors API is great as long as it stays away from the rock API.
57+
The Scissors API is great as long as it stays away from the Rock API.
5858
</ThinTile>
5959
</FlexSection>
6060
{/* <Jumbotron parallaxEffect bgImage={icon1}>

0 commit comments

Comments
 (0)