Skip to content

Commit ba66a12

Browse files
panda-bytethePunderWoman
authored andcommitted
docs: fix capitalization error (angular#61554)
PR Close angular#61554
1 parent e7656b8 commit ba66a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ HELPFUL: By default, signals use referential equality ([`Object.is()`](https://d
199199

200200
Rarely, you may want to execute code which may read signals within a reactive function such as `computed` or `effect` _without_ creating a dependency.
201201

202-
For example, suppose that when `currentUser` changes, the value of a `counter` should be logged. you could create an `effect` which reads both signals:
202+
For example, suppose that when `currentUser` changes, the value of a `counter` should be logged. You could create an `effect` which reads both signals:
203203

204204
```ts
205205
effect(() => {

0 commit comments

Comments
 (0)