Skip to content

Commit 5316bb9

Browse files
author
Ikko Ashimine
authored
Fix typo
noticable→noticeable
1 parent 11540a6 commit 5316bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Excel-custom-functions/Batching/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The `_fetchFromRemoteService` function processes the batch of operations, perfor
8383
You can copy and paste this code into your own solution. When using this pattern, you'll need to evaluate and update the following areas of code.
8484

8585
#### _pushOperation
86-
Adjust the timeout value as needed. A longer time will be more noticable to the user. A shorter time may result in more calls to the remote service.
86+
Adjust the timeout value as needed. A longer time will be more noticeable to the user. A shorter time may result in more calls to the remote service.
8787

8888
#### _makeRemoteRequest
8989
Modify this function to actually make a network call to your remote service and pass the batch operations in a single call. For example, you may want to serialize the batch entries into a JSON body to be passed in the netwwork call to the remote service.

0 commit comments

Comments
 (0)