Skip to content

Commit 36aaf30

Browse files
author
vitalmotif
authored
chore: fix some typos (#487)
Signed-off-by: vitalmotif <zhangshengqiang@outlook.com>
1 parent 9aa97d9 commit 36aaf30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hacking-and-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd ~/projects/catfabulator && git diff
1717
The tests use [bats-core](https://bats-core.readthedocs.io/en/latest/index.html), the Bash automated testing system.
1818

1919
```sh
20-
# initalize the bats components
20+
# initialize the bats components
2121
git submodule sync && git submodule update --init
2222

2323
# run the test suite once:

update-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

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

0 commit comments

Comments
 (0)