Skip to content

docs: fix small typos #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions docs/pages/home/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Vessel is a powerful embedded native integrations platform that allows you to bu
Each module serves a different purpose and provides a different way to interact with your customer's data:

1. **Unification**: Unified APIs provide an abstraction on top of an entire vertical such as CRMs or Marketing Automation tools. Unified APIs make it easy to set up integrations with a large number of tools in a few lines of code by providing a single data schema and interface across common operations in a vertical.
2. **Actions**: Actions are abstractions on top of the integration's native APIs that provide an additional layer of schema validation, error handling, typing, and generally make working with the native integration's APIs far simpler and safer.
2. **Actions**: Actions are abstractions on top of the integration's native APIs that provide an additional layer of schema validation, error handling, and typing. Together, these make working with the native integration's APIs far simpler and safer.
3. **Managed ETL**: ETL or Extract Transform and Load is the process of extracting data from one system and loading it into another, usually a database you have in-house. Vessel's ETL module provides a simple way to set up a data pipeline that will extract data (either raw or in a unified schema) from a connected integration and load it into a database of your choice.

If there's ever a case not covered by the modules (this is rare), Vessel provides a `/passthrough` endpoint for any integration or unified API to make an authenticated API call of any shape directly to the downstream provider.
Expand All @@ -25,7 +25,7 @@ For a full list of integrations we support you can check out our [integrations p

The Vessel API was designed to be quick and easy to integrate into your product. Set up only requires a few lines of code - here's a high level over of what integrating Vessel looks like:

**Authenticate**: Authenticate to your users GTM tool in a few lines of code.
**Authenticate**: Authenticate with your users' GTM tool in a few lines of code.

<Frame>
<img src='../../images/usage/modal.png' />
Expand All @@ -45,7 +45,7 @@ The Vessel API was designed to be quick and easy to integrate into your product.

## About us

We're a team of engineerings and former engineers obsessed with building the best integrations platform in the world. We're passionate about building the best embedded integrations platform on the planet and obsess over the developer experience. If you have any questions, comments, feedback, or just want to chat about integrations don't hesitate to reach out to us at `[email protected]`.
We're a team of engineers and former engineers obsessed with building the best integrations platform in the world. We're passionate about building the best embedded integrations platform on the planet and obsess over the developer experience. If you have any questions, comments, feedback, or just want to chat about integrations don't hesitate to reach out to us at `[email protected]`.

## Disclaimers

Expand Down