Skip to content

Commit c211769

Browse files
authored
fix: typo in modal example and getting started (#1443)
Signed-off-by: guoguangwu <[email protected]>
1 parent 8ca6533 commit c211769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You must already have a working Go environment setup to use DiscordGo. If you
4141
are new to Go and have not yet installed and tested it on your computer then
4242
please visit [this page](https://golang.org/doc/install) first then I highly
4343
recommend you walk though [A Tour of Go](https://tour.golang.org/welcome/1) to
44-
help get your familiar with the Go language. Also checkout the relevent Go plugin
44+
help get your familiar with the Go language. Also checkout the relevant Go plugin
4545
for your editor &mdash; they are hugely helpful when developing Go code.
4646

4747
* Vim &mdash; [vim-go](https://github.com/fatih/vim-go)

examples/modals/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This example demonstrates how to utilize DiscordGo to send and process text
66
inputs in modals. If you have not read `slash_commands` and `components`
7-
examples yet it is recommended to do so before proceesing. As this example
7+
examples yet it is recommended to do so before proceeding. As this example
88
is built using interactions and Slash Commands.
99

1010
**Join [Discord Gophers](https://discord.gg/0f1SbxBZjYoCtNPP)

0 commit comments

Comments
 (0)