From e2a5a96e2d317b35019f2e48a4efd31688968645 Mon Sep 17 00:00:00 2001 From: Aleksey Salnikov Date: Sat, 11 Jun 2022 09:47:11 +0300 Subject: [PATCH] chiadapter package documentation: fix typo --- chi/adapter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chi/adapter.go b/chi/adapter.go index 553359a..a6294c5 100644 --- a/chi/adapter.go +++ b/chi/adapter.go @@ -1,4 +1,4 @@ -// Packge chilambda add Chi support for the aws-severless-go-api library. +// Package chiadapter add Chi support for the aws-severless-go-api library. // Uses the core package behind the scenes and exposes the New method to // get a new instance and Proxy method to send request to the Chi mux. package chiadapter