Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rehhouari authored Jan 5, 2024
1 parent 8914a00 commit 59c9713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ This directive allows you to specify an external template file fetched from a UR
<!-- when the route is matched, this will fetch the content of home.html and insert it to the page -->
<template x-route="/" x-template="/home.html"></template>

<!-- you can prefetch templates without having to wait for the route to be matched-->
<template x-route="notfound" x-template.prefetch="/404.html"></template>
<!-- you can preload templates without having to wait for the route to be matched-->
<template x-route="notfound" x-template.preload="/404.html"></template>

<!-- you can specify an element to display the content of the template inside -->
<template x-route="/profile/:id" x-template.target.app="/profile.html"></template>
Expand Down

0 comments on commit 59c9713

Please sign in to comment.