Skip to content

Commit c5c98e6

Browse files
author
Maura Winstanley
committed
naming conventions
1 parent 1ef9e10 commit c5c98e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/APIReview_UAString.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ However, there are a couple limitations to this workaround-- it is not an API th
1212

1313
The User Agent (UA) is a client-side piece of information regarding the user's OS, application, and version. The browser/webcontrol sends the User Agent to the HTTP server.
1414

15-
The User Agent property lets developers modify WebView2's User Agent. A key scenario is to allow end developers to get the current User Agent from the WebView and modify it based on an event, such as navigating to a specific website and setting the user agent to emulate a different browser version.
15+
The User Agent property lets developers modify WebView2's User Agent. A key scenario is to allow end developers to get the current User Agent from the WebView and modify it based on an event, such as navigating to a specific website and setting the User Agent to emulate a different browser version.
1616

1717
# Examples
1818

19-
The following code snippet demonstrates how the User Agent API can be used:
19+
The following code snippet demonstrates how the User Agent property can be used:
2020

2121
## Win32 C++
2222

0 commit comments

Comments
 (0)