Skip to content

Commit

Permalink
Update projects/ngrx.io/content/guide/signals/signal-method.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Deschryver <[email protected]>
  • Loading branch information
rainerhahnekamp and timdeschryver committed Dec 1, 2024
1 parent 9968197 commit bcbcf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/signals/signal-method.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class NumbersComponent {
}
```

`logDoubledNumber` can be called with a static value of type number or a Signal of type number:
`logDoubledNumber` can be called with a static value of type `number`, or a Signal of type `number`:

```ts

Expand Down

0 comments on commit bcbcf28

Please sign in to comment.