Skip to content

Commit c46739b

Browse files
committed
fix typos
1 parent 2b3ded8 commit c46739b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: sources/platform/integrations/ai/langflow.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For more information on Langflow, visit its [documentation](https://docs.langflo
2525
This guide will demonstrate two different ways to use Apify Actors with Langflow:
2626

2727
- **Calling Apify Actors in Langflow**: We will use the [RAG Web Browser](https://apify.com/apify/rag-web-browser) Actor to search Google for a query and extract the search results.
28-
- **Building a flow to search for company's social media profiles**: We will use the [Google Search Results Scraper](https://apify.com/apify/google-search-scraper) Actor to search the web for social media profiles of a given company. Then, we will use the [TikTok Data Extractor](https://apify.com/clockworks/free-tiktok-scraper) Actor to extract data from the TikTok profiles.
28+
- **Building a flow to search for a company's social media profiles**: We will use the [Google Search Results Scraper](https://apify.com/apify/google-search-scraper) Actor to search the web for social media profiles of a given company. Then, we will use the [TikTok Data Extractor](https://apify.com/clockworks/free-tiktok-scraper) Actor to extract data from the TikTok profiles.
2929

3030
### Prerequisites
3131

@@ -100,7 +100,7 @@ When you run the component again, the output contains only the `markdown` and fl
100100

101101
Now that we understand how to call Apify Actors, let's build a practical example where we search for a company's social media profiles and extract data from them.
102102

103-
### Building a flow to search for company's social media profiles
103+
### Building a flow to search for a company's social media profiles
104104

105105
Create a new flow and add two **Apify Actors** components from the menu.
106106

0 commit comments

Comments
 (0)