Skip to content

Commit 36c87f3

Browse files
authored
Merge pull request microsoft#7838 from spcurtis13/main
Update webview.md
2 parents bc37ecb + be71e20 commit 36c87f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/extension-guides/webview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ function getWebviewContent() {
721721

722722
![A script running in a webview](images/webview/scripts-basic.gif)
723723

724-
Wow! that's one productive cat.
724+
Wow! That's one productive cat.
725725

726726
Webview scripts can do just about anything that a script on a normal webpage can. Keep in mind though that webviews exist in their own context, so scripts in a webview do not have access to the VS Code API. That's where message passing comes in!
727727

0 commit comments

Comments
 (0)