Skip to content

Commit 7d9601e

Browse files
authored
docs: add missing word to copy on API landing page (#1465)
1 parent bab5caf commit 7d9601e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/api/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default function Api() {
127127
className={styles.LargerContent}
128128
heading="API reference"
129129
description={<div className="MainSectionContent">
130-
<p>The Apify API allows developers to interact programmatically apps using HTTP requests.
130+
<p>The Apify API allows developers to interact programmatically with apps using HTTP requests.
131131
The Apify API is built around <Link to="https://en.wikipedia.org/wiki/REST">REST</Link>.</p>
132132
<p>The API has predictable resource-oriented URLs, returns JSON-encoded responses,
133133
and uses standard HTTP response codes, authentication, and verbs.</p>

0 commit comments

Comments
 (0)