We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e062f commit 7f6a19aCopy full SHA for 7f6a19a
content/en/blog/2025/observing-lambdas/index.md
@@ -47,7 +47,7 @@ logline, or the execution context is about to be shut down.
47
### This is where the magic happens
48
49
Up until now, this just seems like extra work for nothing. You'll still have to
50
-wait for the collector to ship the data, right? This is where the special
+wait for the Collector to ship the data, right? This is where the special
51
`decouple` processor comes in. It separates the receiving and exporting
52
components while interfacing with the Lambda lifecycle. This allows for the
53
Lambda to return, even if not all data has been sent. At the next invocation (or
0 commit comments