Skip to content

Commit 8478a29

Browse files
authored
Update 16/umbraco-cms/customizing/foundation/fetching-data/README.md
1 parent efca7a4 commit 8478a29

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/customizing/foundation/fetching-data

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/foundation/fetching-data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following table provides a comparison of the two options:
3333
| Request Cancellation | Yes (via AbortController) | Yes (via AbortController) |
3434
| Recommended Use Case | Common requests | Complex or frequent requests |
3535

36-
Once you have decided which option to use, you can read more about how to use it below. After that, you can read about how to work with the data you receive from the server.
36+
After selecting a method, refer to the sections below for implementation details and guidance on handling the received data.
3737

3838
### [Fetch API](fetch-api.md)
3939

0 commit comments

Comments
 (0)