From aa8c101ee976f1cebae49dc6201612aeae46305f Mon Sep 17 00:00:00 2001 From: Chrono Date: Tue, 2 Jan 2024 10:12:28 +0800 Subject: [PATCH] docs(changelog): fix a typo in #11258 (#12266) --- changelog/unreleased/kong/atc_reuse_context.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/kong/atc_reuse_context.yml b/changelog/unreleased/kong/atc_reuse_context.yml index 3af76d0a2d7..935993c847a 100644 --- a/changelog/unreleased/kong/atc_reuse_context.yml +++ b/changelog/unreleased/kong/atc_reuse_context.yml @@ -1,3 +1,3 @@ -message: "Reuse match copntext between requests to avoid frequent memory allocation/deallocation" +message: "Reuse match context between requests to avoid frequent memory allocation/deallocation" type: performance scope: Core