diff --git a/projects/ngrx.io/content/guide/signals/signal-method.md b/projects/ngrx.io/content/guide/signals/signal-method.md index cfdb3c0365..e46c657510 100644 --- a/projects/ngrx.io/content/guide/signals/signal-method.md +++ b/projects/ngrx.io/content/guide/signals/signal-method.md @@ -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