Skip to content

Commit e54cd83

Browse files
authored
docs: use Sync instead of AutoSync (#5800)
Signed-off-by: ponkio-o <[email protected]>
1 parent 9901c19 commit e54cd83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/en/docs-dev/concepts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When the deployment is success, it means the running state is being synced with
5959
There are 3 strategies that PipeCD supports while syncing your application state with its configuration stored in Git. Which are:
6060
- Quick Sync: a fast way to make the running application state as same as its Git stored configuration. The generated pipeline contains only one predefined `SYNC` stage.
6161
- Pipeline Sync: sync the running application state with its Git stored configuration through a pipeline defined in its application configuration.
62-
- Auto Sync: depends on your defined application configuration, `piped` will decide the best way to sync your application state with its Git stored configuration.
62+
- Sync: depends on your defined application configuration, `piped` will decide the best way to sync your application state with its Git stored configuration.
6363

6464
### Platform Provider
6565

docs/content/en/docs-v0.51.x/concepts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When the deployment is success, it means the running state is being synced with
5959
There are 3 strategies that PipeCD supports while syncing your application state with its configuration stored in Git. Which are:
6060
- Quick Sync: a fast way to make the running application state as same as its Git stored configuration. The generated pipeline contains only one predefined `SYNC` stage.
6161
- Pipeline Sync: sync the running application state with its Git stored configuration through a pipeline defined in its application configuration.
62-
- Auto Sync: depends on your defined application configuration, `piped` will decide the best way to sync your application state with its Git stored configuration.
62+
- Sync: depends on your defined application configuration, `piped` will decide the best way to sync your application state with its Git stored configuration.
6363

6464
### Platform Provider
6565

0 commit comments

Comments
 (0)