Skip to content

Commit 30ce8ce

Browse files
authored
docs: fix Actor capitalization on landing page (#776)
1 parent fabfac7 commit 30ce8ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/src/pages/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ export default function Home() {
6262
<div className="row padding-horiz--md" >
6363
<div className="col col--6">
6464
<p style={{ lineHeight: '200%' }}>
65-
Apify actors are cloud programs that can perform arbitrary web scraping,
65+
Apify Actors are cloud programs that can perform arbitrary web scraping,
6666
automation, or data processing job. They accept input, perform their job and generate output.
6767
</p>
6868
<p style={{ lineHeight: '200%' }}>
69-
While you can develop actors in an online IDE in <a href="https://console.apify.com/">Apify Console</a>, for
70-
larger projects, it is more convenient to develop actors locally on your computer
71-
using <a href="https://docs.apify.com/sdk/js/">Apify SDK</a> and only push the actors
69+
While you can develop Actors in an online IDE in <a href="https://console.apify.com/">Apify Console</a>, for
70+
larger projects, it is more convenient to develop Actors locally on your computer
71+
using <a href="https://docs.apify.com/sdk/js/">Apify SDK</a> and only push the Actors
7272
to the Apify platform during deployment. This is where the Apify CLI comes in to allow you to quickly develop
7373
locally and then deploy to the cloud with a single command.
7474
</p>
7575
</div>
7676
<div className="col col--6">
77-
<CodeBlock language='bash'>{`# Create your first actor
77+
<CodeBlock language='bash'>{`# Create your first Actor
7878
apify create my-actor
7979
8080
# Go into the project directory

0 commit comments

Comments
 (0)