We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab5caf commit 7d9601eCopy full SHA for 7d9601e
src/pages/api/index.tsx
@@ -127,7 +127,7 @@ export default function Api() {
127
className={styles.LargerContent}
128
heading="API reference"
129
description={<div className="MainSectionContent">
130
- <p>The Apify API allows developers to interact programmatically apps using HTTP requests.
+ <p>The Apify API allows developers to interact programmatically with apps using HTTP requests.
131
The Apify API is built around <Link to="https://en.wikipedia.org/wiki/REST">REST</Link>.</p>
132
<p>The API has predictable resource-oriented URLs, returns JSON-encoded responses,
133
and uses standard HTTP response codes, authentication, and verbs.</p>
0 commit comments