Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/api/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default function Api() {
className={styles.LargerContent}
heading="API reference"
description={<div className="MainSectionContent">
<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.
The Apify API is built around <Link to="https://en.wikipedia.org/wiki/REST">REST</Link>.</p>
<p>The API has predictable resource-oriented URLs, returns JSON-encoded responses,
and uses standard HTTP response codes, authentication, and verbs.</p>
Expand Down
Loading