Skip to content

Commit

Permalink
docs/fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtTheWolf committed Nov 15, 2024
1 parent 5c4ed5d commit c69e4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-site/content/docs/getting-started/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ cargo loco start
Now, let's test it out:

```sh
$ curl localhost:5150/guides
$ curl localhost:5150/api/guides
hello
```

Expand Down Expand Up @@ -439,7 +439,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 c69e4d0

Please sign in to comment.