X Tutup
Skip to content

Commit 75dc510

Browse files
authored
fix typos in docs
1 parent c84bfa9 commit 75dc510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/project-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ manual pages and published under https://cli.github.com/manual/.
3737
To illustrate how GitHub CLI works in its typical mode of operation, let's build the project, run a command,
3838
and talk through which code gets run in order.
3939

40-
1. `go run script/build.go` - Makes sure all external Go depedencies are fetched, then compiles the
40+
1. `go run script/build.go` - Makes sure all external Go dependencies are fetched, then compiles the
4141
`cmd/gh/main.go` file into a `bin/gh` binary.
4242
2. `bin/gh issue list --limit 5` - Runs the newly built `bin/gh` binary (note: on Windows you must use
4343
backslashes like `bin\gh`) and passes the following arguments to the process: `["issue", "list", "--limit", "5"]`.

0 commit comments

Comments
 (0)
X Tutup