corrected sentence (#1411)

pull/1657/head
Pavan S Patil 2 years ago committed by GitHub
parent 71e3543697
commit bb38a1de31
  1. 2
      content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md

@ -1,6 +1,6 @@
# Fetch API
Ajax is the technique that lets us send and receive the data asynchronously from the servers e.g. updaing the user profile or asynchronously fetch the list of searched products without reloading the page.
Ajax is the technique that lets us send and receive the data asynchronously from the servers e.g. updating the user profile or asynchronously fetching the list of searched products without reloading the page.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API'>Fetch API MDN Docs</BadgeLink>

Loading…
Cancel
Save