Skip to content

Commit 0f50bdf

Browse files
authored
Merge pull request #10 from WillEhrendreich/patch-1
clarification
2 parents 0a8bf30 + d2e324b commit 0f50bdf

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)