Skip to content

Commit

Permalink
chore: fix some typos (#487)
Browse files Browse the repository at this point in the history
Signed-off-by: vitalmotif <zhangshengqiang@outlook.com>
  • Loading branch information
vitalmotif committed Mar 20, 2024
1 parent 9aa97d9 commit 36aaf30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hacking-and-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd ~/projects/catfabulator && git diff
The tests use [bats-core](https://bats-core.readthedocs.io/en/latest/index.html), the Bash automated testing system.

```sh
# initalize the bats components
# initialize the bats components
git submodule sync && git submodule update --init

# run the test suite once:
Expand Down
2 changes: 1 addition & 1 deletion update-deps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

# initalize the bats components
# initialize the bats components
git submodule sync && git submodule update --init

0 comments on commit 36aaf30

Please sign in to comment.