From c2117695cc7734ebe7f005b4283985de59b80eab Mon Sep 17 00:00:00 2001 From: guangwu Date: Tue, 5 Sep 2023 02:42:02 +0800 Subject: [PATCH] fix: typo in modal example and getting started (#1443) Signed-off-by: guoguangwu --- docs/GettingStarted.md | 2 +- examples/modals/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 06eb7db..481991c 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -41,7 +41,7 @@ You must already have a working Go environment setup to use DiscordGo. If you are new to Go and have not yet installed and tested it on your computer then please visit [this page](https://golang.org/doc/install) first then I highly recommend you walk though [A Tour of Go](https://tour.golang.org/welcome/1) to -help get your familiar with the Go language. Also checkout the relevent Go plugin +help get your familiar with the Go language. Also checkout the relevant Go plugin for your editor — they are hugely helpful when developing Go code. * Vim — [vim-go](https://github.com/fatih/vim-go) diff --git a/examples/modals/README.md b/examples/modals/README.md index 9482782..cc24c50 100644 --- a/examples/modals/README.md +++ b/examples/modals/README.md @@ -4,7 +4,7 @@ This example demonstrates how to utilize DiscordGo to send and process text inputs in modals. If you have not read `slash_commands` and `components` -examples yet it is recommended to do so before proceesing. As this example +examples yet it is recommended to do so before proceeding. As this example is built using interactions and Slash Commands. **Join [Discord Gophers](https://discord.gg/0f1SbxBZjYoCtNPP)