Skip to content

Commit 33356f6

Browse files
committed
fix: capitalize the actor word
1 parent f570d60 commit 33356f6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

sources/academy/platform/deploying_your_code/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Apify provides detailed guidance on how to deploy Node.js and Python programs as
2626

2727
Here are a few examples of Actors in other languages:
2828

29-
- [Rust actor](https://apify.com/lukaskrivka/rust-actor-example)
30-
- [Go actor](https://apify.com/jirimoravcik/go-actor-example)
31-
- [Julia actor](https://apify.com/jirimoravcik/julia-actor-example)
29+
- [Rust Actor](https://apify.com/lukaskrivka/rust-actor-example)
30+
- [Go Actor](https://apify.com/jirimoravcik/go-actor-example)
31+
- [Julia Actor](https://apify.com/jirimoravcik/julia-actor-example)
3232

3333
## The "actorification" workflow {#workflow}
3434

sources/academy/platform/running_a_web_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Running a web server on the Apify platform
3-
description: A web server running in an actor can act as a communication channel with the outside world. Learn how to set one up with Node.js.
3+
description: A web server running in an Actor can act as a communication channel with the outside world. Learn how to set one up with Node.js.
44
sidebar_position: 11
55
category: apify platform
66
slug: /running-a-web-server

sources/academy/tutorials/apify_scrapers/cheerio_scraper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ Thank you for reading this whole tutorial! Really! It's important to us that our
503503

504504
* Check out the [Apify SDK](https://sdk.apify.com/) and its [Getting started](https://sdk.apify.com/docs/guides/getting-started) tutorial if you'd like to try building your own Actors. It's a bit more complex and involved than writing a `pageFunction`, but it allows you to fine-tune all the details of your scraper to your liking.
505505
* [Take a deep dive into Actors](/platform/actors), from how they work to [publishing](/platform/actors/publishing) them in Apify Store, and even [making money](https://blog.apify.com/make-regular-passive-income-developing-web-automation-actors-b0392278d085/) on Actors.
506-
* Found out you're not into the coding part but would still to use Apify Actors? Check out our [ready-made solutions](https://apify.com/store) or [order a custom actor](https://apify.com/custom-solutions) from an Apify-certified developer.
506+
* Found out you're not into the coding part but would still to use Apify Actors? Check out our [ready-made solutions](https://apify.com/store) or [order a custom Actor](https://apify.com/custom-solutions) from an Apify-certified developer.
507507

508508

509509
**Learn how to scrape a website using Apify's Cheerio Scraper. Build an Actor's page function, extract information from a web page and download your data.**

sources/academy/tutorials/apify_scrapers/puppeteer_scraper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ Thank you for reading this whole tutorial! Really! It's important to us that our
823823

824824
- Check out the [Apify SDK](https://sdk.apify.com/) and its [Getting started](https://sdk.apify.com/docs/guides/getting-started) tutorial if you'd like to try building your own Actors. It's a bit more complex and involved than writing a `pageFunction`, but it allows you to fine-tune all the details of your scraper to your liking.
825825
- [Take a deep dive into Actors](/platform/actors), from how they work to [publishing](/platform/actors/publishing) them in Apify Store, and even [making money](https://blog.apify.com/make-regular-passive-income-developing-web-automation-actors-b0392278d085/) on Actors.
826-
- Found out you're not into the coding part but would still to use Apify Actors? Check out our [ready-made solutions](https://apify.com/store) or [order a custom actor](https://apify.com/custom-solutions) from an Apify-certified developer.
826+
- Found out you're not into the coding part but would still to use Apify Actors? Check out our [ready-made solutions](https://apify.com/store) or [order a custom Actor](https://apify.com/custom-solutions) from an Apify-certified developer.
827827

828828

829829
**Learn how to scrape a website using Apify's Puppeteer Scraper. Build an Actor's page function, extract information from a web page and download your data.**

sources/academy/tutorials/apify_scrapers/web_scraper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Thank you for reading this whole tutorial! Really! It's important to us that our
557557

558558
- Check out the [Apify SDK](https://sdk.apify.com/) and its [Getting started](https://sdk.apify.com/docs/guides/getting-started) tutorial if you'd like to try building your own Actors. It's a bit more complex and involved than writing a `pageFunction`, but it allows you to fine-tune all the details of your scraper to your liking.
559559
- [Take a deep dive into Actors](/platform/actors), from how they work to [publishing](/platform/actors/publishing) them in Apify Store, and even [making money](https://blog.apify.com/make-regular-passive-income-developing-web-automation-actors-b0392278d085/) on Actors.
560-
- Found out you're not into the coding part but would still to use Apify Actors? Check out our [ready-made solutions](https://apify.com/store) or [order a custom actor](https://apify.com/custom-solutions) from an Apify-certified developer.
560+
- Found out you're not into the coding part but would still to use Apify Actors? Check out our [ready-made solutions](https://apify.com/store) or [order a custom Actor](https://apify.com/custom-solutions) from an Apify-certified developer.
561561

562562

563563
**Learn how to scrape a website using Apify's Web Scraper. Build an Actor's page function, extract information from a web page and download your data.**

0 commit comments

Comments
 (0)