Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit d12fe4c

Browse files
author
Frank Shotwell
authored
Fix minor typos in CI/CD Integration section (#514)
1 parent 5c7fb10 commit d12fe4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Once you've prepared an application using `ship init`, the deployable applicatio
7777
ship update
7878
```
7979

80-
The `watch` command is designed to be a trigger for a CI/CD process by watching the upstream application for changes. Running `ship watch` will load the state file and periodically poll the upstream application and exit when it finds a change. A simple, starting workflow could be to run `ship watch && ship update` after copmleting `ship init`. This will apply an updates to the base directory.
80+
The `watch` command is designed to be a trigger for a CI/CD process by watching the upstream application for changes. Running `ship watch` will load the state file and periodically poll the upstream application and exit when it finds a change. A simple, starting workflow could be to run `ship watch && ship update` after completing `ship init`. This will apply an update to the base directory.
8181

8282
# Community
8383

0 commit comments

Comments
 (0)