Skip to content

Commit

Permalink
spelling: xml
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed May 20, 2024
1 parent 3395d86 commit a8855c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/lessons/angular-universal-firebase/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ npm run build:ssr
npm run serve:ssr
```

At this point, you should see an error that looks like this because our server is throwing an error for missing `XHLHttpRequest`. See the next step to fix it.
At this point, you should see an error that looks like this because our server is throwing an error for missing `XMLHttpRequest`. See the next step to fix it.

{{< figure src="img/ssr-cannot-be-reached.png" alt="broken universal app" >}}

Expand Down

0 comments on commit a8855c2

Please sign in to comment.