Skip to content

Commit 5b399cf

Browse files
authored
Fix typo (#840)
1 parent 240ae6d commit 5b399cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Lambdas can be run and debugged locally using a special [Lambda debug proxy](htt
376376

377377
The Rust Runtime for Lambda integrates with the (Tracing)[https://tracing.rs] libraries to provide tracing and logging.
378378

379-
By default, the runtime emits `tracing` events that you can collect via `tracing-subscriber`. It also enabled a feature called `tracing` that exposes a default subsriber with sensible options to send logging information to AWS CloudWatch. Follow the next example that shows how to enable the default subscriber:
379+
By default, the runtime emits `tracing` events that you can collect via `tracing-subscriber`. It also enabled a feature called `tracing` that exposes a default subscriber with sensible options to send logging information to AWS CloudWatch. Follow the next example that shows how to enable the default subscriber:
380380

381381
```rust
382382
use lambda_runtime::{run, service_fn, tracing, Error};

0 commit comments

Comments
 (0)