Browse Source

Fix small typo in modal example (#2216)

tags/3.5.0
TricolorHen061 GitHub 3 years ago
parent
commit
0439437a65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/int_framework/samples/intro/modal.cs

+ 1
- 1
docs/guides/int_framework/samples/intro/modal.cs View File

@@ -20,7 +20,7 @@ public class FoodModal : IModal

// Responds to the modal.
[ModalInteraction("food_menu")]
public async Task ModalResponce(FoodModal modal)
public async Task ModalResponse(FoodModal modal)
{
// Build the message to send.
string message = "hey @everyone, I just learned " +


Loading…
Cancel
Save