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