Skip to content

Commit f97ce50

Browse files
Clarify context menu tutorial
2 parents eb7a559 + 7239dad commit f97ce50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/For Users/Getting Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ This example shows how to create a native context menu in your NW.js app. You ca
7878
<head>
7979
<title>Context Menu</title>
8080
</head>
81-
<body style="width: 100%; height: 100%;">
81+
<body>
8282

83-
<p>'Right click' to show context menu.</p>
83+
<p>'Right click' here to show context menu.</p>
8484

8585
<script>
8686
// Create an empty context menu

0 commit comments

Comments
 (0)