Skip to content

Commit 6f81570

Browse files
authored
chore: fix typos (#226)
Signed-off-by: Rui Chen <[email protected]>
1 parent 9673036 commit 6f81570

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ By default, Frizbee will exclude the image named `scratch` and the tag `latest`.
199199

200200
## Contributing & Community
201201

202-
Frizbee is maintained by a dedicated community of developers that want this open souce project to benefit others and thrive. The main development of Frizbee is done in [Go](https://go.dev/). We welcome contributions of all types! Please see our [Contributing](./CONTRIBUTING.md) guide for more information on how you can help!
202+
Frizbee is maintained by a dedicated community of developers that want this open source project to benefit others and thrive. The main development of Frizbee is done in [Go](https://go.dev/). We welcome contributions of all types! Please see our [Contributing](./CONTRIBUTING.md) guide for more information on how you can help!
203203

204204
If you have questions, or just want to chat with us - please use the #frizbee channel on our [Discord Server](https://discord.gg/stacklok).
205205

pkg/utils/config/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func TestParseConfigFile(t *testing.T) {
9191
expectError: true,
9292
},
9393
{
94-
name: "DontIngoreBranches",
94+
name: "DontIgnoreBranches",
9595
fileName: "dont_ignore_branches.yaml",
9696
fsContent: map[string]string{
9797
"dont_ignore_branches.yaml": `

0 commit comments

Comments
 (0)