Skip to content

Commit

Permalink
Fix minor typos and config examples
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Diblik <ddiblik@redhat.com>
  • Loading branch information
danmyway committed Aug 15, 2023
1 parent 63eb325 commit 2a3971b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/upstream/copr_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs.
### Example
```yaml
jobs
jobs:
- job: copr_build
trigger: pull_request
targets:
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/upstream/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Another useful config is `labels` option:
- upgrade
- regression
- job: tests
- job: tests
trigger: pull_request
targets:
- fedora-all
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function Parts() {
locally and start using right away.
</li>
<li>
A <Link to="/docs/guide">service</Link> whcih provides you
A <Link to="/docs/guide">service</Link> which provides you
feedback on how is your project integrated with{" "}
<Link to="https://getfedora.org/">Fedora Linux</Link>,{" "}
<Link to="https://www.centos.org/centos-stream/">
Expand Down

0 comments on commit 2a3971b

Please sign in to comment.