Skip to content

Commit

Permalink
fix: redirections spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerioageno committed Oct 17, 2024
1 parent 3acca5d commit 253eea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Breadcrumbs, { Element } from '../../../components/breadcrumbs'
# Redirections

What if there is a Pokémon among all of them that should be considered the GOAT? What
we are going to do right now is create a new route `/pokemons/GOAT` that points to the best
we are going to do right now is creating a new route `/pokemons/GOAT` that points to the best
Pokémon of the first generation.

First, let's create a new route by just creating a new file `/pokemons/GOAT.rs` and pasting the following code:
Expand Down

0 comments on commit 253eea2

Please sign in to comment.