diff --git a/fern/browser-sessions/introduction.mdx b/fern/browser-sessions/introduction.mdx
index d6c72d52..c244b249 100644
--- a/fern/browser-sessions/introduction.mdx
+++ b/fern/browser-sessions/introduction.mdx
@@ -9,7 +9,7 @@ Skyvern Browser Session is a way to persist the real-time state of the browser,
- You have multiple continuous tasks that need to interact with the browser in real-time without much delay. For example, you are developing a phone agent for your customer support center and your agent needs access to real time information in the browser.
- You have several related tasks that may need to be executed but with interruptions in between. For example, you are developing an shopping agent that needs human in the loop to help fulfill the purchase.
-Skyvern Browser Sessions is currently is only available via [API & SDK](/api-reference/api-reference/browser-session/create-browser-session).
+Skyvern Browser Sessions are currently only available via [API & SDK](/api-reference/api-reference/browser-session/create-browser-session).
## Create a Browser Session
- [API doc](/api-reference/api-reference/browser-session/create-browser-session)
diff --git a/fern/credentials/bitwarden.mdx b/fern/credentials/bitwarden.mdx
index 7885b3d5..03bbf351 100644
--- a/fern/credentials/bitwarden.mdx
+++ b/fern/credentials/bitwarden.mdx
@@ -36,7 +36,7 @@ Please contact sales@skyvern.com to set up the integration for this step.
a. The URL is the website you'd like to navigate to. This can be parameterized by different `input_parameter`
b. Enter the collection id above. This can be parameterized by another input parameter
-3. Create a login block and select the credentials as input paramters and you should be good to go!
+3. Create a login block and select the credentials as input parameters and you should be good to go!
### Bitwarden Integration in Open Source
diff --git a/fern/credentials/credit-cards.mdx b/fern/credentials/credit-cards.mdx
index be5930de..b819d5ae 100644
--- a/fern/credentials/credit-cards.mdx
+++ b/fern/credentials/credit-cards.mdx
@@ -5,7 +5,7 @@ slug: credentials/credit-cards
---
## Manage Credit Cards
-Same as passwords, credit cards are also managed in the [Skyvern's Credentials](https://app.skyvern.com/credentials) page.
+Like passwords, credit cards are managed on the [Skyvern Credentials](https://app.skyvern.com/credentials) page.
### Add a new credit card:
diff --git a/fern/credentials/introduction.mdx b/fern/credentials/introduction.mdx
index a3dc9ece..af311487 100644
--- a/fern/credentials/introduction.mdx
+++ b/fern/credentials/introduction.mdx
@@ -55,7 +55,8 @@ Skyvern can integrate with your Bitwarden account. Skyvern agent can read the cr
See [Bitwarden Integration](/credentials/bitwarden) for more details.
-## Coming Soon (Contact Skyvern Support if you need any password integration to help us priroitize)
+## Coming Soon
+(Contact support@skyvern.com if you need any password integration to help us prioritize)
- 1Password Integration
- LastPass Integration
diff --git a/fern/credentials/passwords.mdx b/fern/credentials/passwords.mdx
index 1cf116f4..d19fd934 100644
--- a/fern/credentials/passwords.mdx
+++ b/fern/credentials/passwords.mdx
@@ -6,7 +6,7 @@ slug: credentials/passwords
## Password Management
-You can store passwords information in Skyvern. Skyvern agent can use the stored password information to log into a website without sending your username or password to LLMs.
+You can store password information in Skyvern. Skyvern agent can use the stored password information to log into a website without sending your username or password to LLMs.
## How To Manage Passwords
This can be done in the [Skyvern's Credentials](https://app.skyvern.com/credentials) page.
@@ -25,7 +25,7 @@ Click the trash icon and confirm the deletion. If you do this, the password will
### Update a password:
-
diff --git a/fern/introduction.mdx b/fern/introduction.mdx
index 0f387d9d..a4e5b4c5 100644
--- a/fern/introduction.mdx
+++ b/fern/introduction.mdx
@@ -14,7 +14,7 @@ slug: introduction
Traditional approaches to browser automations required writing custom scripts for websites, often relying on DOM parsing and XPath-based interactions which would break whenever the website layouts changed.
-Instead of only relying on code-defined XPath interactions, Skyvern relies on prompts in addition to computer vision and LLMs to the mix to parse items in the viewport in real-time, create a plan for interaction and interact with them.
+Instead of relying solely on code-defined XPath interactions, Skyvern uses prompts along with computer vision and LLMs to parse items in the viewport in real time, plan interactions, and execute them
This approach gives us a few advantages:
@@ -23,7 +23,7 @@ This approach gives us a few advantages:
1. Skyvern is able to take a single workflow and apply it to a large number of websites, as it’s able to reason through the interactions necessary to complete the workflow
1. Skyvern leverages LLMs to reason through interactions to ensure we can cover complex situations. Examples include:
1. If you wanted to get an auto insurance quote from Geico, the answer to a common question “Were you eligible to drive at 18?” could be inferred from the driver receiving their license at age 16
- 1. If you were doing competitor analysis, it’s understanding that an Arnold Palmer 22 oz can at 7/11 is almost definitely the same product as a 23 oz can at Gopuff (even though the sizes are slightly different, which could be a rounding error!)
+ 1. If you were doing competitor analysis, it understands that an Arnold Palmer 22‑oz can at 7/11 is almost certainly the same product as a 23‑oz can at Gopuff (even though the sizes are slightly different, which could be a rounding error!)
Want to see examples of Skyvern in action? [Check out some examples we have here](/getting-started/skyvern-in-action)
diff --git a/fern/running-tasks/advanced-features.mdx b/fern/running-tasks/advanced-features.mdx
index 04fb18c4..ac8ae079 100644
--- a/fern/running-tasks/advanced-features.mdx
+++ b/fern/running-tasks/advanced-features.mdx
@@ -5,7 +5,7 @@ slug: running-tasks/advanced-features
---
\ No newline at end of file
diff --git a/fern/running-tasks/run-tasks.mdx b/fern/running-tasks/run-tasks.mdx
index 67ad69dd..e2cf1f69 100644
--- a/fern/running-tasks/run-tasks.mdx
+++ b/fern/running-tasks/run-tasks.mdx
@@ -41,7 +41,7 @@ You can set the `webhook_url` to receive the update when the task is done. Check
Parameter: `max_steps`
-Maximum number of steps the task can take. Task will fail if it exceeds this number. Cautions: you are charged per step so please set this number to a reasonable value. Contact sales@skyvern.com for custom pricing.
+Maximum number of steps the task can take. Task will fail if it exceeds this number. Caution: you are charged per step, so set this number to a reasonable value. Contact sales@skyvern.com for custom pricing.
### [Error Code Mapping](/api-reference/api-reference/agent/run-task#request.body.error_code_mapping)
diff --git a/fern/workflows/what-is-a-parameter.mdx b/fern/workflows/what-is-a-parameter.mdx
index e95e0c1f..291b0544 100644
--- a/fern/workflows/what-is-a-parameter.mdx
+++ b/fern/workflows/what-is-a-parameter.mdx
@@ -30,7 +30,7 @@ With these registered as parameters, the user doesn’t have to change the value
-**Step 3.** Add a key that will act as the name for the parameter. You can also include a description or set a default value if you wish. Note that a default value pre-populates the run parameter, but can be overrode
+**Step 3.** Add a key that will act as the name for the parameter. You can also include a description or set a default value if you wish. Note that a default value pre-populates the run parameter, but can be overridden
diff --git a/fern/workflows/workflow-parameters.mdx b/fern/workflows/workflow-parameters.mdx
index 4cfa53ba..cb2e8f1d 100644
--- a/fern/workflows/workflow-parameters.mdx
+++ b/fern/workflows/workflow-parameters.mdx
@@ -28,7 +28,7 @@ With these registered as parameters, the user doesn’t have to change the value
-**Step 3.** Add a key that will act as the name for the parameter. You can also include a description or set a default value if you wish. Note that a default value pre-populates the run parameter, but can be overrode
+**Step 3.** Add a key that will act as the name for the parameter. You can also include a description or set a default value if you wish. Note that a default value pre-populates the run parameter, but can be overridden.