Skip to content

Commit

Permalink
Typo fix (#327)
Browse files Browse the repository at this point in the history
* Fix typos in docker-extension.md

* fix typos in docs
  • Loading branch information
Ayaan49 authored Oct 29, 2023
1 parent 4b5e16f commit 2578429
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion site/docs/drivers/aws-lightsail.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The simplest way is to use `aws configure` command or to set the `AWS_ACCESS_KEY

In GitHub Actions, you can also use the [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) action to setup credentials in a secure way.

Also, you can check out the video below for a step-by-step guide on how to configure AWS credentials ans use them with Preevy.
Also, you can check out the video below for a step-by-step guide on how to configure AWS credentials and use them with Preevy.

<p align="center"><iframe width="816" height="480" src="https://www.youtube.com/embed/LXOHlK5T7Ew?si=wPZlEi4mugQYL8GI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></p>

Expand Down
2 changes: 1 addition & 1 deletion site/docs/drivers/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Microsoft Azure also offers free 12 months for new users which is suited for try
Preevy uses the Microsoft Azure SDK which can obtain the application [default credentials](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential).
The simplest way is to use `az login` command.

See the video below for a step-by-step guide on how to configure Azure credentials ans use them with Preevy.
See the video below for a step-by-step guide on how to configure Azure credentials and use them with Preevy.

<p align="center"><iframe width="816" height="480" src="https://www.youtube.com/embed/AdoAzHuyzb0?si=0Yz5qSs-vpDDmz1k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></p>

Expand Down
8 changes: 4 additions & 4 deletions site/docs/integrations/docker-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The Livecycle Docker extension embeds a standalone version of the Preevy CLI, wh
5. **Accessing Livecycle dashboard**

You can also access the Livecycle dashboard to see the logs and debug your application. Click on the "Open Link" button to open the Livecycle dashboard. On the dashboard, you can see all the running applications and services.
The Livecycle dashboard requires authentication and organization membership, similiarly to private environments/services
The Livecycle dashboard requires authentication and organization membership, similarly to private environments/services

![Livecycle Docker Extension](docker-ext-6.png)

Expand All @@ -78,7 +78,7 @@ That's it! You have successfully installed the Livecycle Docker Extension and sh

The Livecycle Docker Extension is integrated with Docker, and provides a smoother experience for Docker users.
Consistent URLs, private environments, organizations and Google/Github authentication are supported out of the box.
Livecycle dashboard provides debugging capabilites that includes log inspection, shell access, and container inspection.
Livecycle dashboard provides debugging capabilities that includes log inspection, shell access, and container inspection.
Lastly, integration with the Preevy CLI allows you to create preview environments for Pull Requests - remote ephemeral environments that can be used when your development machine is offline.
</details>

Expand All @@ -105,9 +105,9 @@ That's it! You have successfully installed the Livecycle Docker Extension and sh
<summary>What makes the Livecycle Docker Extension different from other tools?</summary>

Livecycle Docker extension is integrated with the Preevy CLI and the Livecycle managed service.
Using the Preevy CLI, you can provision remote ephemeral environments that can be used in addtion to sharing local environments.
Using the Preevy CLI, you can provision remote ephemeral environments that can be used in addition to sharing local environments.
This functionality can also be used in your CI pipeline to provision preview environments for Pull Requests.
The Livecycle managed service adds additonal layers of management, collaboration, review and debugging on top of shared environments.
The Livecycle managed service adds additional layers of management, collaboration, review and debugging on top of shared environments.
</details>

<details>
Expand Down

0 comments on commit 2578429

Please sign in to comment.