Skip to content

Commit ab3ff0c

Browse files
authored
Update how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md (SharePoint#7239)
Capitalization fix
1 parent f18666c commit ab3ff0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To ensure and maintain high-availability, some traffic may be throttled. Throttl
133133
- If you're building your own JavaScript libraries, which are used to call SharePoint Online APIs, make sure that you include the User Agent information to your http request and potentially register your web application also as an Application, where suitable.
134134

135135
> [!NOTE]
136-
> Format of the user agent string is expected to follow [RFC2616](http://www.ietf.org/rfc/rfc2616.txt), so please follow up on the above guidance on the right separators. its also fine to append existing user agent string with the requested information.
136+
> Format of the user agent string is expected to follow [RFC2616](http://www.ietf.org/rfc/rfc2616.txt), so please follow up on the above guidance on the right separators. It is also fine to append existing user agent string with the requested information.
137137
138138
> [!NOTE]
139139
> If you are developing front end components executing in the browser, most of modern browsers don't allow overwriting the user agent string and you don't need to implement this.

0 commit comments

Comments
 (0)