Skip to content

Commit

Permalink
chore: fix spelling issues (#13846)
Browse files Browse the repository at this point in the history
Signed-off-by: camcui <[email protected]>
  • Loading branch information
camcui authored Jan 17, 2025
1 parent 2474738 commit 6db6687
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/docs/esc/development/languages-sdks/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The [Go SDK](https://github.com/pulumi/esc-sdk) for [Pulumi ESC (Environments, S
Here are some of the scenarios the SDK can automate:

* List environments and read environment definitions
* Open enviroments to access config and resolve secrets
* Open environments to access config and resolve secrets
* Create, update, decrypt, and delete environment definitions
* Supports both structured types and yaml text
* List environment revisions and create new revision tags
Expand Down
2 changes: 1 addition & 1 deletion content/docs/esc/development/languages-sdks/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The [JavaScript/TypeScript SDK](https://www.npmjs.com/package/@pulumi/esc-sdk) f
Here are some of the scenarios the SDK can automate:

* List environments and read environment definitions
* Open enviroments to access config and resolve secrets
* Open environments to access config and resolve secrets
* Create, update, decrypt, and delete environment definitions
* Supports both structured types and yaml text
* List environment revisions and create new revision tags
Expand Down
2 changes: 1 addition & 1 deletion content/docs/esc/development/languages-sdks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The [Python SDK](https://pypi.org/project/pulumi-esc-sdk/) for [Pulumi ESC (Envi
Here are some of the scenarios the SDK can automate:

* List environments and read environment definitions
* Open enviroments to access config and resolve secrets
* Open environments to access config and resolve secrets
* Create, update, decrypt, and delete environment definitions
* Supports both structured types and yaml text
* List environment revisions and create new revision tags
Expand Down
2 changes: 1 addition & 1 deletion content/events/continuous-previews/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ main:
duration: "17 minutes"
# Description of the webinar.
description: |
Continuous Integration and Continous Deployments have been part of our application lifecycle for some time now but what about Continuous Previews? The ability to easily share new features and changes to a wide audience within your organization is a game changer for accelerating the delivery of features your users need. In this talk we will walk you through everything you need to know to deploy a Continuous Previews pipeline. Starting with containerizing your application, deploying to a cluster and connecting the results back to a GitHub Pull Request. Attendees will leave this session ready to take control of their development process in ways they may not have known were possible.
Continuous Integration and Continuous Deployments have been part of our application lifecycle for some time now but what about Continuous Previews? The ability to easily share new features and changes to a wide audience within your organization is a game changer for accelerating the delivery of features your users need. In this talk we will walk you through everything you need to know to deploy a Continuous Previews pipeline. Starting with containerizing your application, deploying to a cluster and connecting the results back to a GitHub Pull Request. Attendees will leave this session ready to take control of their development process in ways they may not have known were possible.
# The webinar presenters
presenters:
Expand Down
2 changes: 1 addition & 1 deletion content/what-is/top-iac-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Terraform integrates well with existing development workflows and CI/CD pipeline

### [Pulumi](https://www.pulumi.com/)

Pulumi is another popular IaC tool that let's you define infrastructure in your programming lanaguage of choice and using real programming constructs, such as loops and functions. Pulumi excels in multi-cloud support, integrating with major cloud providers such as AWS, Azure, Google Cloud, and many others.
Pulumi is another popular IaC tool that let's you define infrastructure in your programming language of choice and using real programming constructs, such as loops and functions. Pulumi excels in multi-cloud support, integrating with major cloud providers such as AWS, Azure, Google Cloud, and many others.

Pulumi's state management is easy to use as it automatically handles your infrastructure state and stores it in the Pulumi Cloud backend by default. With built-in state locking and encryption, this approach simplifies collaboration and reduces the risk of state corruption, ensuring secure and consistent state management. For those who prefer more control over their state, Pulumi also supports self-managed backends.

Expand Down
2 changes: 1 addition & 1 deletion content/what-is/what-is-ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ page_title: "What is Continuous Integration/Continuous Delivery (CI/CD)?"

Continuous integration/continuous delivery (CI/CD) is a methodology in software development that emphasizes frequent, automated integration of code changes into a shared repository, followed by automated and reliable software release processes. As a foundational component of [modern DevOps practices](/what-is/what-is-devops/) CI/CD practices and tools increase efficiency, reduce bugs, and enable faster release cycles, thereby enhancing overall software quality and accelerating time-to-market for new features.

In Continous Integration (CI), developers frequently merge code changes, often multiple times a day, which are immediately tested to identify and fix integration issues early. Continuous Delivery (CD) builds on this by ensuring that the codebase is always in a deployable state, automating the deployment process to enable rapid and safe release to production. This approach enables developers to deliver features and fixes more quickly and reliably, reducing manual efforts and enhancing the quality of software deployments.
In Continuous Integration (CI), developers frequently merge code changes, often multiple times a day, which are immediately tested to identify and fix integration issues early. Continuous Delivery (CD) builds on this by ensuring that the codebase is always in a deployable state, automating the deployment process to enable rapid and safe release to production. This approach enables developers to deliver features and fixes more quickly and reliably, reducing manual efforts and enhancing the quality of software deployments.

In this article, we'll touch on the following key areas:

Expand Down
2 changes: 1 addition & 1 deletion static-prebuilt/docs/reference/pkg/dotnet/styles/lunr.js
Original file line number Diff line number Diff line change
Expand Up @@ -2905,7 +2905,7 @@ lunr.QueryParser.parseBoost = function (parser) {
} else if (typeof exports === 'object') {
/**
* Node. Does not work with strict CommonJS, but
* only CommonJS-like enviroments that support module.exports,
* only CommonJS-like environments that support module.exports,
* like Node.
*/
module.exports = factory()
Expand Down

0 comments on commit 6db6687

Please sign in to comment.