Skip to content

Commit 25d674f

Browse files
committed
fixed spelling in code comments
1 parent 97ad77a commit 25d674f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

snippets/c/[nob]/basics/basic-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ tags: builder,basic,config
77

88
```c
99
// You can make a new nob-h project using one of these commands:
10-
// npm create nobuild@latest
11-
// yarn create nobuild@latest
10+
// npx create-nobuild@latest
11+
// yarn create nobuild
1212
// pnpm create nobuild@latest
1313

1414
// This would be the nob.c config file.

snippets/c/[nob]/flags/wayland-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ tags: builder,config,Wayland,Linux
77

88
```c
99
// You can make a new nob-h project using one of these commands:
10-
// npm create nobuild@latest
11-
// yarn create nobuild@latest
10+
// npx create-nobuild@latest
11+
// yarn create nobuild
1212
// pnpm create nobuild@latest
1313

1414
// This would be the nob.c config file.

snippets/c/[nob]/flags/x11-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ tags: builder,config,X11,Linux
77

88
```c
99
// You can make a new nob-h project using one of these commands:
10-
// npm create nobuild@latest
11-
// yarn create nobuild@latest
10+
// npx create-nobuild@latest
11+
// yarn create nobuild
1212
// pnpm create nobuild@latest
1313

1414
// This would be the nob.c config file.

0 commit comments

Comments
 (0)