Skip to content

Commit be9dafe

Browse files
authored
Merge pull request #188 from Jdubrick/typo-fixes
typo fix
2 parents 57a7da8 + 1ecedb3 commit be9dafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you spot a problem with devfile library, [search if an issue already exists](
2929

3030
### Writing Code
3131

32-
For writing the code just follow [Go guide](https://go.dev/doc/effective_go), and also test with [tesing](https://pkg.go.dev/testing). Remember to add new unit tests if new features have been introducted, or changes have been made to existing code. If there is something unclear of the style, just look at existing code which might help you to understand it better.
32+
For writing the code just follow [Go guide](https://go.dev/doc/effective_go), and also test with [testing](https://pkg.go.dev/testing). Remember to add new unit tests if new features have been introducted, or changes have been made to existing code. If there is something unclear of the style, just look at existing code which might help you to understand it better.
3333

3434
### Testing Changes
3535
To run unit tests and api tests. Visit [library tests](tests/README.md) to find out more information on tests

0 commit comments

Comments
 (0)