Skip to content

Commit d2e324b

Browse files
clarification
Don't tell Regina George.
1 parent 0a8bf30 commit d2e324b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ As an example, the signal can be used to show a loading indicator.
180180

181181
```fsharp
182182
Elem.button [
183-
Ds.onClick (Ds.get "/fetchBigData") // make a request to the backend
183+
Ds.onClick (Ds.get "/fetchBigData") // make a request to the backend, making fetch happen
184184
Ds.indicator "fetching" // the signal we are creating
185185
Ds.attr' ("disabled", "$fetching") // assigns the "disabled" attribute if the `fetching` signal value is true
186186
] [ Text.raw "Fetch!" ]

0 commit comments

Comments
 (0)