docs: fix misspelling of words (#22255)

The "pkg" is written as "pgk"
pull/22295/head
Rennbon 4 years ago committed by GitHub
parent 9ae849f87f
commit 1d63d7bc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_dapp/native-bindings.md

@ -69,7 +69,7 @@ $ abigen --abi token.abi --pkg main --type Token --out token.go
Where the flags are: Where the flags are:
* `--abi`: Mandatory path to the contract ABI to bind to * `--abi`: Mandatory path to the contract ABI to bind to
* `--pgk`: Mandatory Go package name to place the Go code into * `--pkg`: Mandatory Go package name to place the Go code into
* `--type`: Optional Go type name to assign to the binding struct * `--type`: Optional Go type name to assign to the binding struct
* `--out`: Optional output path for the generated Go source file (not set = stdout) * `--out`: Optional output path for the generated Go source file (not set = stdout)

Loading…
Cancel
Save