[presentation-api] Pull Request: typo say hello

youkinjoh has just submitted a new pull request for https://github.com/w3c/presentation-api:

== typo say hello ==
mismatch `case sensitive`

```js
// controller.html
connection.send("Say hello");

// presentation.html
if (message.data == "say hello")
  this.send("hello");
```


See https://github.com/w3c/presentation-api/pull/512


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 27 December 2022 00:29:28 UTC