Skip to content

Commit f040ce8

Browse files
committed
correcting docs
1 parent 2ea304f commit f040ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-site/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ library.subscribe(subscriber);
144144
library.tokens.foreground.set("#878787");
145145
```
146146

147-
Change notifications are batched and subscribers get notified each microtask. It's important to note that token values are lazily evaluated. If a computed or alias token has not been accessed, it will notify itself to subscribers even if it's dependencies change:
147+
Change notifications are batched and subscribers get notified each microtask. It's important to note that token values are lazily evaluated. If a computed or alias token has not been accessed, it will **not** notify itself to subscribers even if it's dependencies change:
148148

149149
```ts
150150
const library = Library.create({

0 commit comments

Comments
 (0)