Skip to content

Commit

Permalink
fix: typo infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Jul 21, 2023
1 parent 5c93925 commit f25eca2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/user_docs/guides/ci-integration/1-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The overall workflow is as follows:

### 1. Get the Example

We put the application source code and infrature deployment code in different repos, which can be maintained by different roles to achieve the separation of concerns.
We put the application source code and infrastructure deployment code in different repos, which can be maintained by different roles to achieve the separation of concerns.

+ Get the application code

Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/guides/ci-integration/2-gitlab-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The overall workflow is as follows:

## How to

We put the application source code and infrature deployment code in different repos, which can be maintained by different roles to achieve the separation of concerns.
We put the application source code and infrastructure deployment code in different repos, which can be maintained by different roles to achieve the separation of concerns.

+ Get the application code

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The overall workflow is as follows:

### 1. Get the Example

We put the application source code and infrature deployment code in different repos, which can be maintained by different roles to achieve the separation of concerns.
We put the application source code and infrastructure deployment code in different repos, which can be maintained by different roles to achieve the separation of concerns.

+ Get the application code

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The overall workflow is as follows:

## How to

We put the application source code and infrature deployment code in different repos, which can be maintained by different roles to achieve the separation of concerns.
We put the application source code and infrastructure deployment code in different repos, which can be maintained by different roles to achieve the separation of concerns.

+ Get the application code

Expand Down

0 comments on commit f25eca2

Please sign in to comment.