From 21661d57684ac3e763afcb0cc928302d6b441eb0 Mon Sep 17 00:00:00 2001 From: Elliot Huntington Date: Thu, 16 Jul 2026 01:16:53 -0600 Subject: [PATCH] Fix typos and improve clarity in add-provider.mdx --- docs/pages/managing-providers/add-provider.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/managing-providers/add-provider.mdx b/docs/pages/managing-providers/add-provider.mdx index b68c97c8fc..261e486330 100644 --- a/docs/pages/managing-providers/add-provider.mdx +++ b/docs/pages/managing-providers/add-provider.mdx @@ -108,7 +108,7 @@ To manage options from the app, head over the `Providers` section, and click ### Managing options from DevPod CLI -Options for providers can be set during the `use` or `add` phase: +Options for providers can be set during the `use` or `add` phase. For example: ```sh devpod provider add -o KEY=value @@ -121,14 +121,14 @@ devpod provider use -o KEY=value ``` -Else, to can manage options afterwards from CLI, you can list the table of provider's options by using: +You can list the provider options by using: ```sh devpod provider options ``` -An example output for the AWS Provider is: +An example of the AWS Provider options output is: ``` NAME | REQUIRED | DESCRIPTION | DEFAULT | VALUE