Skip to content

Commit 8ff2bb0

Browse files
committed
Updated Documentation
1 parent 6ee2de2 commit 8ff2bb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -704,9 +704,9 @@ <h2> Events</h2>
704704
<td class="mono bold right">before-try</td>
705705
<td class="gray">
706706
fired before user clicks try.
707-
Provides a <a href="https://developer.mozilla.org/en-US/docs/Web/API/Request" target="_blank">request object</a>
708-
that can be modified before making the final call to the API.
709-
And a <a href="https://developer.mozilla.org/en-US/docs/Web/API/AbortController" target="_blank"> AbortController object</a>
707+
Provides a <a href="https://developer.mozilla.org/en-US/docs/Web/API/Request" target="_blank">Request object</a>
708+
that can be modified before making the final call to the API.<br/>
709+
Also you get an <a href="https://developer.mozilla.org/en-US/docs/Web/API/AbortController" target="_blank"> AbortController object</a>
710710
which can be used for aborting a request
711711
<br/>
712712
Example: To add a custom header before making a try call

0 commit comments

Comments
 (0)