Skip to content

Commit 9db8b46

Browse files
saschanazorta
andauthored
Update src/build/emitter.ts
Co-authored-by: Orta Therox <[email protected]>
1 parent 33b9a3b commit 9db8b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/emitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ export function emitWebIdl(
853853
comments.push(deprecated);
854854
}
855855
if (entity.secureContext) {
856-
comments.push("Available only on secure context.");
856+
comments.push("Available only in secure contexts.");
857857
}
858858

859859
if (comments.length > 1) {

0 commit comments

Comments
 (0)