Skip to content

Commit 7466165

Browse files
authored
doc: Fix typo in zig.md (#977)
There were copy paste leftovers from go.md. ## Summary ## How was it tested? Signed-off-by: saimen <[email protected]>
1 parent b1cd112 commit 7466165

File tree

1 file changed

+2
-2
lines changed
  • docs/app/docs/devbox_examples/languages

1 file changed

+2
-2
lines changed

docs/app/docs/devbox_examples/languages/zig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Zig projects can be run in Devbox by adding Zig and Nimble to your project.
88

99
[![Open In Devbox.sh](https://jetpack.io/img/devbox/open-in-devbox.svg)](https://devbox.sh/github.com/jetpack-io/devbox?folder=examples/development/development/zig/zig-hello-world)
1010

11-
## Adding Go to your Project
11+
## Adding Zig to your Project
1212

1313
`devbox add zig`, or add the following to your `devbox.json`
1414

@@ -18,4 +18,4 @@ Zig projects can be run in Devbox by adding Zig and Nimble to your project.
1818
]
1919
```
2020

21-
This will install Zig 0.9.1.
21+
This will install Zig 0.9.1.

0 commit comments

Comments
 (0)