Skip to content

Commit

Permalink
fix(#69): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 14, 2024
1 parent f079398 commit e21cebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
path: .
- name: release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
files: vivify-*.zip
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ use the `viv` executable in the repository.

## Testing rendering

You can files to test Vivify's rendering/parsing capabilities in the
You can find files to test Vivify's rendering/parsing capabilities in the
[`tests/`](tests/) directory. Please make sure to add to this in case you add
anything new related to this.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ directory as an argument! See below for installation options.
## Get help

Is something not working or do you have any questions? [Start a
discussion!](https:/jannis-baum/vivify/discussions/new?category=q-a)!
discussion!](https:/jannis-baum/vivify/discussions/new?category=q-a)

## Acknowledgments

Expand Down

0 comments on commit e21cebc

Please sign in to comment.