Skip to content

Commit 40cf462

Browse files
authored
chore: fix cat facts api typo (#686)
* chore: fix api typo * Update index.html
1 parent 33ca470 commit 40cf462

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/cat-facts-api/public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Cat fact API</title>
6+
<title>Cat facts API</title>
77
<meta
88
name="description"
99
content="A utility API for the freeCodeCamp curriculum"
@@ -17,18 +17,18 @@
1717
</head>
1818
<body>
1919
<main>
20-
<h1>Cat fact API</h1>
20+
<h1>Cat facts API</h1>
2121
<div class="usage">
2222
<h2>Usage</h2>
2323
<p>
2424
Use the endpoint
25-
<code>https://cat-fact-api.freecodecamp.rocks/api/catfacts</code>
25+
<code>https://cat-facts-api.freecodecamp.rocks/api/catfacts</code>
2626
to see a list of all cat facts.
2727
</p>
2828
<p>
2929
Use the endpoint
3030
<code
31-
>https://cat-fact-api.freecodecamp.rocks/api/catfacts/random</code
31+
>https://cat-facts-api.freecodecamp.rocks/api/catfacts/random</code
3232
>
3333
to get a random cat fact.
3434
</p>

0 commit comments

Comments
 (0)