Skip to content

Commit 7c0b10d

Browse files
authored
fix: spelling (#1470)
tiny spelling change. ## Summary ## How was it tested? Signed-off-by: Brian Ketelsen <[email protected]>
1 parent 42d2f71 commit 7c0b10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/development/go/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Go projects can be run in Devbox by adding the Go SDK to your project. If your p
1818

1919
This will install the latest version of the Go SDK. You can find other installable versions of Go by running `devbox search go`. You can also view the available versions on [Nixhub](https://www.nixhub.io/packages/go)
2020

21-
If you need additional C libraries, you can add them along with `gcc` to your package list. For example, if libcap is required for yoru project:
21+
If you need additional C libraries, you can add them along with `gcc` to your package list. For example, if libcap is required for your project:
2222

2323
```json
2424
"packages": [

0 commit comments

Comments
 (0)