Skip to content

Commit 220f538

Browse files
some minor improvements
1 parent 0b99599 commit 220f538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/TrustedOrigin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This specification introduces the following APIs.
2121

2222
- **GetOriginSettings**: Get the list of `CoreWebView2OriginSetting` for this profile.
2323
- **CreateOriginSetting**: Create and return a new `CoreWebView2OriginSetting` object.
24-
2. `ICoreWebView2OriginSetting`interface, which exposes get and set APIs for the following features. These APIs are used to set the feature state of these features.
24+
2. `ICoreWebView2OriginSetting`interface, which exposes get and set APIs for the following features. These APIs are used to set the state of these features.
2525

2626
- AccentColor
2727
- EnhancedSecurityMode
@@ -75,7 +75,7 @@ originSetting.AccentColor = Block;
7575
originSetting.PersistenceStorage = Allow;
7676
7777
var originSettings = profile.GetOriginSettings();
78-
originSettings.Append(originSettings);
78+
originSettings.Append(originSetting);
7979
8080
```
8181

0 commit comments

Comments
 (0)