Browse Source

Fix small typo in modal example

pull/2216/head
Evan Landreneau 3 years ago
parent
commit
fadb2644aa
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