We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e4dc1 commit 6f6ef83Copy full SHA for 6f6ef83
packages/commons/src/types/middy.ts
@@ -68,7 +68,7 @@ type MiddyLikeRequest = {
68
};
69
70
/**
71
- * Cleanup function that is used to cleanup resources when a middleware returns early.
+ * Cleanup function that is used to clean up resources when a middleware returns early.
72
* Each Powertools for AWS middleware that needs to perform cleanup operations will
73
* store a cleanup function with this signature in the `request.internal` object.
74
*
0 commit comments