Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 30, 2024
1 parent 99c643d commit 0879d2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Link Checker
uses: lycheeverse/lychee-action@v2

typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check for typos
uses: crate-ci/typos@v1.26.0

2 changes: 1 addition & 1 deletion bevy-workshop/src/basics/exercises1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Tips:

## Player Acceleration

Make the player acceletare and decelerate instead of directly changing it's position when a key is pressed.
Make the player accelerate and decelerate instead of directly changing it's position when a key is pressed.

Tips:
* Store the player current velocity and target velocity in a new component
Expand Down

0 comments on commit 0879d2b

Please sign in to comment.