Skip to content

Commit ee9041d

Browse files
Merge pull request #170 from spinframework/fix/blog-typo
fix(blog): address minor typo
2 parents ebe955b + fe5d831 commit ee9041d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/blog/announcing-spin-3-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The [`opentelemetry-wasi`](https://github.com/calebschoepp/opentelemetry-wasi) c
4949

5050
> The plan is to move this crate under the Bytecode Alliance, but for now you can pull it from its current home.
5151
52-
Let's build a minimal Rust Spin appplication to demo the tracing capabilities. The application will use the idiomatic [`tracing`](https://docs.rs/tracing/latest/tracing/) crate backed by OpenTelemetry. First scaffold a new application:
52+
Let's build a minimal Rust Spin application to demo the tracing capabilities. The application will use the idiomatic [`tracing`](https://docs.rs/tracing/latest/tracing/) crate backed by OpenTelemetry. First scaffold a new application:
5353

5454
```bash
5555
spin new wasi-otel-demo -t http-rust --accept-defaults

0 commit comments

Comments
 (0)