From 52f3dea5fbfc8f874fabd317febfe7aa85ba508a Mon Sep 17 00:00:00 2001 From: ben18mk Date: Mon, 29 May 2023 22:32:18 +0300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 023ba83..0a3450c 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Flipper will let the plugin know once it is ready to deal with a new frame or on **input_callback:** Signals the plugin once a button is pressed. The event is queued in the event_queue. In the main thread the queue read and handled. -A refrence to the queue is passed during the setup of the application. +A reference to the queue is passed during the setup of the application. ```c typedef enum {