Skip to content

Commit

Permalink
Update deploy-a-program.md (#3852)
Browse files Browse the repository at this point in the history
small typo fixed. Noticed while going through docs.
  • Loading branch information
0xanmol authored Dec 2, 2024
1 parent 01acb61 commit c11fe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/cli/examples/deploy-a-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ solana program show --buffers --buffer-authority <AUTHORITY_ADDRESS>
To close a single account:

```bash
solana program close <BADDRESS>
solana program close <ADDRESS>
```

To close a single account and specify a different authority than the default:
Expand Down

0 comments on commit c11fe18

Please sign in to comment.