Skip to content

Commit

Permalink
typo say hello (#512)
Browse files Browse the repository at this point in the history
SHA: 395f85f
Reason: push, by mfoltzgoogle

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
youkinjoh and github-actions[bot] committed Jan 23, 2023
1 parent f4b421c commit a223273
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,15 +267,15 @@
},
"crEnd": "2016-09-12",
"implementationReportURI": "https://www.w3.org/wiki/Second_Screen/Implementation_Status#Tests",
"publishISODate": "2023-01-19T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 19 January 2023"
"publishISODate": "2023-01-23T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 23 January 2023"
}</script>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>
<body class="h-entry" data-cite="WEBIDL dom fileapi secure-contexts html url webidl webrtc websockets"><div class="head">
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
</a></p>
<h1 id="title" class="title">Presentation API</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2023-01-19">19 January 2023</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2023-01-23">23 January 2023</time></p>
<details open="">
<summary>More details about this document</summary>
<dl>
Expand Down Expand Up @@ -1023,7 +1023,7 @@ <h1 id="title" class="title">Presentation API</h1>
<span class="hljs-tag">&lt;<span class="hljs-name">script</span>&gt;</span><span class="javascript">
<span class="hljs-keyword">var</span> addConnection = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">connection</span>) </span>{
connection.onmessage = <span class="hljs-function"><span class="hljs-keyword">function</span> (<span class="hljs-params">message</span>) </span>{
<span class="hljs-keyword">if</span> (message.data == <span class="hljs-string">"say hello"</span>)
<span class="hljs-keyword">if</span> (message.data == <span class="hljs-string">"Say hello"</span>)
connection.send(<span class="hljs-string">"hello"</span>);
};
};
Expand Down

0 comments on commit a223273

Please sign in to comment.