Skip to content

Commit

Permalink
fix: docs misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo Santos authored and macdonst committed Jul 28, 2023
1 parent ec64370 commit 354ab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/docs/md/learn/concepts/routing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Enhance's API routes are backend JSON routes designed for seamless client-side p
export async function get (req) {
return {
json: {
favorties: ['coffee crisp', 'smarties']
favorites: ['coffee crisp', 'smarties']
}
}
}
Expand Down

0 comments on commit 354ab20

Please sign in to comment.