Skip to content

Commit a3857fa

Browse files
melroy89thePunderWoman
authored andcommitted
docs: Fix more typos. (angular#58809)
PR Close angular#58809
1 parent 40e2108 commit a3857fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adev/src/content/guide/signals/resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The resource object has several signal properties for reading the status of the
9494

9595
| Property | Description |
9696
| ----------- | --------------------------------------------------------------------------------------------------------------- |
97-
| `value` | The most recent value of the resource, or `undefined` if no value has been recieved. |
97+
| `value` | The most recent value of the resource, or `undefined` if no value has been received. |
9898
| `hasValue` | Whether the resource has a value. |
9999
| `error` | The most recent error encountered while running the resource's loader, or `undefined` if no error has occurred. |
100100
| `isLoading` | Whether the resource loader is currently running. |

adev/src/content/guide/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To verify that the application is server-side rendered, run it locally with `ng
4141

4242
## Configure server-side rendering
4343

44-
Note: In Angular v17 and later, `server.ts` is no longer used by `ng serve`. The dev server will use `main.server.ts` directly to perfom server side rendering.
44+
Note: In Angular v17 and later, `server.ts` is no longer used by `ng serve`. The dev server will use `main.server.ts` directly to perform server side rendering.
4545

4646
The `server.ts` file configures a Node.js Express server and Angular server-side rendering. `CommonEngine` is used to render an Angular application.
4747

adev/src/content/guide/templates/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ You might also be interested in the following:
4444
| [Grouping elements with ng-container](guide/templates/ng-container) | Group multiple elements together or mark a location for rendering. |
4545
| [Variables in templates](guide/templates/variables) | Learn about variable declarations. |
4646
| [Deferred loading with @defer](guide/templates/defer) | Create deferrable views with `@defer`. |
47-
| [Expression syntax](guide/templates/expression-syntax) | Learn similarities and differences betwene Angular expressions and standard JavaScript. |
47+
| [Expression syntax](guide/templates/expression-syntax) | Learn similarities and differences between Angular expressions and standard JavaScript. |
4848
| [Whitespace in templates](guide/templates/whitespace) | Learn how Angular handles whitespace. |

0 commit comments

Comments
 (0)