Skip to content

Commit

Permalink
docs/fix-typo (#989)
Browse files Browse the repository at this point in the history
Co-authored-by: Dotan J. Nahum <[email protected]>
  • Loading branch information
NewtTheWolf and jondot authored Nov 21, 2024
1 parent 6eadd59 commit e82bd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-site/content/docs/getting-started/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ $ cargo playground
Now, let's insert one item:

```rust
async fn main() -> loco_re::Result<()> {
async fn main() -> loco_rs::Result<()> {
let ctx = playground::<App>().await?;

// add this:
Expand Down

0 comments on commit e82bd7d

Please sign in to comment.