From c972c9e27ca84493988656fc7812fb13fcebc5c6 Mon Sep 17 00:00:00 2001 From: maxtaran2010 Date: Wed, 8 Jul 2026 12:04:17 +0300 Subject: [PATCH] docs: fix typos moderm->modern and alot->a lot in API_CHANGES_V5.md Co-Authored-By: maxtaran2010 Signed-off-by: maxtaran2010 --- API_CHANGES_V5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API_CHANGES_V5.md b/API_CHANGES_V5.md index d3ca81560..175c33830 100644 --- a/API_CHANGES_V5.md +++ b/API_CHANGES_V5.md @@ -11,8 +11,8 @@ Generated: 2026-01-01 Echo `v5` is maintenance release with **major breaking changes** - `Context` is now struct instead of interface and we can add method to it in the future in minor versions. - Adds new `Router` interface for possible new routing implementations. -- Drops old logging interface and uses moderm `log/slog` instead. -- Rearranges alot of methods/function signatures to make them more consistent. +- Drops old logging interface and uses modern `log/slog` instead. +- Rearranges a lot of methods/function signatures to make them more consistent. ## Executive Summary (by LLMs)