diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 12:51:30 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 12:51:30 +0200 |
commit | b060257bfb9360407a53c37ee93e0fc80f6786af (patch) | |
tree | e450949c5f88a13b8ed02e1e323cb7ddc31f7b87 /doc | |
parent | add ci script (diff) | |
download | cimple-b060257bfb9360407a53c37ee93e0fc80f6786af.tar.gz cimple-b060257bfb9360407a53c37ee93e0fc80f6786af.zip |
doc: fix a typo
Diffstat (limited to '')
-rw-r--r-- | doc/rationale.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rationale.md b/doc/rationale.md index a68b154..537afb2 100644 --- a/doc/rationale.md +++ b/doc/rationale.md @@ -34,7 +34,7 @@ I wanted a CI system that adheres to the following criteria. 9. You must be able to run pipelines locally to test your changes. * Pretty much none of the solutions (maybe only Concorse) make this an option. -10. The UI should look like shit. +10. The UI shouldn't look like shit. * Woodpecker, you're out. Pretty much I would like something like Drone.io, but free in spirit and in |