@felloh-org/lambda-wrapper 1.11.224 → 1.11.226

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -103,7 +103,7 @@ The wrapper handles [serverless-plugin-warmup](https://github.com/juanjoDiaz/ser
103
103
 
104
104
  ## Dependency Injection
105
105
 
106
- Every handler receives a `DependencyInjection` container as its first argument. The container provides access to all built-in services and any custom services you register.
106
+ Every handler receives a `DependencyInjection` container as its first argument. The container provides access to built-in services and any custom services you register.
107
107
 
108
108
  ### Built-in Services
109
109