Skip to content

Commit b086bb6

Browse files
committed
fix: change suggestions from @mrstork
1 parent fd97f0b commit b086bb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are using Server-Side Rendering you will need to install Angular Runtime
3939

4040
### Manual Installation
4141

42-
If you need to pin down this plugin to a fixed version or you are using Server-Side Rendering with Angular 19, install it manually.
42+
If you need to pin this plugin to a specific version or if you are using Server-Side Rendering with Angular 19, you will need to install the plugin manually.
4343

4444
Install it via your package manager:
4545

@@ -103,9 +103,9 @@ export class FooComponent {
103103

104104
## Request handling
105105

106-
Starting with Angular@19. The build plugin makes use of `server.ts` file to handle requests. The default Angular scaffolding does generate incompatible code for Netlify so build plugin will swap it for compatible `server.ts` file for you automatically if it detects default one being used.
106+
Starting with Angular@19. The build plugin makes use of the `server.ts` file to handle requests. The default Angular scaffolding does generate incompatible code for Netlify so build plugin will swap it for compatible `server.ts` file for you automatically if it detects default one being used.
107107

108-
Make sure you do have `@netlify/angular-runtime` version 2.2.0 or later installed in your project. Netlify compatible `server.ts` file imports utilities from this package, so Angular Compiler need to be able to resolve it and it can only do that if it's installed in your project and not when it's auto-installed by Netlify.
108+
Make sure you have `@netlify/angular-runtime` version 2.2.0 or later installed in your project. Netlify compatible `server.ts` file imports utilities from this package, so Angular Compiler need to be able to resolve it and it can only do that if it's installed in your project and not when it's auto-installed by Netlify.
109109

110110
### Customizing request handling
111111

0 commit comments

Comments
 (0)