Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Mar 3, 2020
1 parent 276e3c9 commit ad8673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aspnetcore-engine/README.md
Expand Up @@ -17,7 +17,7 @@ npm i --S @nguniversal/aspnetcore-engine

# Usage

> Things have changed since the previous ASP.NET Core & Angular Universal useage. We're no longer using TagHelpers, but now invoking the **main.server** file from the **Home Controller** *itself*, and passing all the data down to .NET.
> Things have changed since the previous ASP.NET Core & Angular Universal usage. We're no longer using TagHelpers, but now invoking the **main.server** file from the **Home Controller** *itself*, and passing all the data down to .NET.
Within our main.server file, things haven't changed much, you still have your `createServerRenderer()` function that's being exported (this is what's called within the Node process) which is expecting a `Promise` to be returned.

Expand Down

0 comments on commit ad8673f

Please sign in to comment.