From a7136620901510eb26c4fc0ebff8f4b28274cdc5 Mon Sep 17 00:00:00 2001 From: chronolaw Date: Thu, 28 Dec 2023 20:37:43 +0800 Subject: [PATCH] docs(changelog): fix a typo in #11258 --- 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 3af76d0a2d72..935993c847a9 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