We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84bfa9 commit 75dc510Copy full SHA for 75dc510
docs/project-layout.md
@@ -37,7 +37,7 @@ manual pages and published under https://cli.github.com/manual/.
37
To illustrate how GitHub CLI works in its typical mode of operation, let's build the project, run a command,
38
and talk through which code gets run in order.
39
40
-1. `go run script/build.go` - Makes sure all external Go depedencies are fetched, then compiles the
+1. `go run script/build.go` - Makes sure all external Go dependencies are fetched, then compiles the
41
`cmd/gh/main.go` file into a `bin/gh` binary.
42
2. `bin/gh issue list --limit 5` - Runs the newly built `bin/gh` binary (note: on Windows you must use
43
backslashes like `bin\gh`) and passes the following arguments to the process: `["issue", "list", "--limit", "5"]`.
0 commit comments