From 7e89d703ba2eaed67ce92fdb0b688bd997ec6aae Mon Sep 17 00:00:00 2001
From: Wing <genxium@hotmail.com>
Date: Tue, 28 Nov 2023 08:37:11 +0800
Subject: [PATCH] Fixed typo.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0a6ebdb..79f1d2b 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ As lots of feedbacks ask for a discussion on using UDP instead, I tried to summa
 # Notable Features
 - Backend dynamics toggle via [Room.BackendDynamicsEnabled](https://github.com/genxium/DelayNoMore/blob/c582071f4f2e3dd7e83d65562c7c99981252c358/battle_srv/models/room.go#L147)
 - Recovery upon reconnection (only if backend dynamics is ON)
-- Automatically correction for "slow ticker", especially "active slow ticker" which is well-known to be a headache for input synchronization
+- Automatic correction for "slow ticker", especially "active slow ticker" which is well-known to be a headache for input synchronization
 - Frame data logging toggle for both frontend & backend, useful for debugging out of sync entities when developing new features
 
 _(how input delay roughly works)_