diff --git a/apps/tutorial/public/docs/12-loading-patterns/1-keeping-latest/prompt.gjs b/apps/tutorial/public/docs/12-loading-patterns/1-keeping-latest/prompt.gjs index 128473ef7..50e6cf084 100644 --- a/apps/tutorial/public/docs/12-loading-patterns/1-keeping-latest/prompt.gjs +++ b/apps/tutorial/public/docs/12-loading-patterns/1-keeping-latest/prompt.gjs @@ -52,7 +52,7 @@ export default class Demo extends Component { {{else}} {{! This block only matters during the initial request }} - {{#if this.rejest.isRejected}} + {{#if this.request.isRejected}} error loading initial data! {{else}}
 ... loading ...