Skip to content

Commit 37f1c59

Browse files
Merge pull request #63 from snipeart007/feat/fix-typos
Fixed typos in documentation.
2 parents 9ba7bce + 50565f0 commit 37f1c59

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

src/content/cloud-offer/tools/cdp.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ Example using a german IP with a lightpanda browser.
5757
wss://euwest.cloud.lightpanda.io/ws?proxy=datacenter&country=de&token=TOKEN
5858
```
5959

60-
Please [contact us](mailto:hello@lightpanda.io) to get access to additional proxies for your specificc use case or to configure your own proxy with Lightpanda Cloud offer.
60+
Please [contact us](mailto:hello@lightpanda.io) to get access to additional proxies for your specific use case or to configure your own proxy with Lightpanda Cloud offer.
6161

6262

63-
The service
64-
6563
## Connection examples
6664

6765
You can find more script examples in the [demo](https://github.com/lightpanda-io/demo/) repository.

src/content/cloud-offer/tools/mcp.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Authorization: Bearer TOKEN
3333
## Tools
3434

3535
* `search` Search a term on web search engine and get the search results.
36-
* `goto` Navigate to a specified URL and load the page inmemory so it can be reused later for info extraction.
37-
* `markdown` Get the page in memory content in markdown format.Run a goto before getting markdown.
38-
* `links` Extract all links from the page in memory.Run a goto before getting links.
36+
* `goto` Navigate to a specified URL and load the page in memory so it can be reused later for info extraction.
37+
* `markdown` Get the page in memory content in markdown format. Run a goto before getting markdown.
38+
* `links` Extract all links from the page in memory. Run a goto before getting links.
3939

4040
For more advanced use cases, you can use [CDP](/cloud-offer/tools/cdp) connection with [Playwright MCP](https://github.com/microsoft/playwright-mcp).

src/content/open-source/guides/build-from-sources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ brew install cmake
3636

3737
## Build and run
3838

39-
You an build the entire browser with `make build` or `make build-dev` for debug
39+
You can build the entire browser with `make build` or `make build-dev` for debug
4040
env.
4141

4242
But you can directly use the zig command to run in debug mode:

src/content/quickstart/your-first-test.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's ideal for crawling, testing, and running AI agents that need to interact
1818
with dynamic web pages, and it’s fully compatible with libraries like
1919
[Puppeteer](https://pptr.dev/) and [Playwright](https://playwright.dev/).
2020

21-
In this example, you’ll connect cd CDP client, [Puppeteer](https://pptr.dev/) or [Playwright](https://playwright.dev/) to Lightpanda
21+
In this example, you’ll connect CDP client, [Puppeteer](https://pptr.dev/) or [Playwright](https://playwright.dev/) to Lightpanda
2222
and extract all reference links from a [Wikipedia
2323
page](https://www.wikipedia.org/).
2424

0 commit comments

Comments
 (0)