Skip to content

Commit ab01e02

Browse files
authored
Merge pull request #59 from zolkis/master
Fix Pubrules issues
2 parents 9bfdefd + 49e9429 commit ab01e02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
This specification describes a programming interface representing the <a>WoT Interface</a> that allows scripts run on a <a>Thing</a> to discover and consume (retrieve) other <a>Thing</a>s and to expose <a>Things</a> characterized by properties, <a>Actions</a> and <a>Events</a>.
103103
</p>
104104
<p>
105-
Scripting is an optional "convenience" building block in WoT and it is typically used in gateways that are able to run a <a>WoT Runtime</a> and <a href="https://github.com/w3c/wot-scripting-api/tree/master/applications/script-manager">script management</a>, providing a convenient way to extend WoT support to new types of endpoints and implement WoT applications like <a href="https://w3c.github.io/wot-scripting-api/script-manager/">Thing Directory</a>.
105+
Scripting is an optional "convenience" building block in WoT and it is typically used in gateways that are able to run a <a>WoT Runtime</a> and <a href="https://github.com/w3c/wot-scripting-api/tree/master/applications/script-manager">script management</a>, providing a convenient way to extend WoT support to new types of endpoints and implement WoT applications like <a href="https://github.com/w3c/wot-scripting-api/tree/master/applications/thing-directory">Thing Directory</a>.
106106
</p>
107107
</section>
108108

@@ -310,7 +310,7 @@ <h4>The <dfn>DiscoveryMethod</dfn> enumeration</h4>
310310

311311
<section> <h3>The <dfn>expose()</dfn> method</h3>
312312
<p>
313-
Returns a <code><a>Promise</a></code> of a locally created <a>ExposedThing</a> based on the provided initialization paramaters.
313+
Returns a <code><a>Promise</a></code> of a locally created <a>ExposedThing</a> based on the provided initialization parameters.
314314
</p>
315315
<p class="ednote">
316316
The reason <a>ExposedThing</a>s are created by a factory method instead of a constructor is that an <a>ExposedThing</a> may be created in the local <a>WoT Runtime</a> or in a remote runtime. Even though currently only local creation is supported, the method is designed with this possible future compatibility in mind.
@@ -507,7 +507,7 @@ <h2>The <dfn>ActionInvocationEventInit</dfn> dictionary</h2>
507507
};
508508
</pre>
509509
<p class="ednote">
510-
Action parameters could be also included, but it's debateble because privacy reasons.
510+
Action parameters could be also included, but it's debatable because privacy reasons.
511511
</p>
512512
<p>
513513
The <dfn>actionName</dfn> attribute represents the name of the <a>Action</a> that has been invoked.
@@ -527,7 +527,7 @@ <h2>The <dfn>ThingDescriptionChangeEvent</dfn> interface</h2>
527527
};
528528
</pre>
529529
<p>
530-
The <dfn>data</dfn> attribute represents the changes that occured to the <a>Thing Description</a>.
530+
The <dfn>data</dfn> attribute represents the changes that occurred to the <a>Thing Description</a>.
531531
</p>
532532
<section data-dfn-for="ThingDescriptionChangeEventInit">
533533
<h3>The <dfn>ThingDescriptionChangeEventInit</dfn> dictionary</h3>
@@ -1186,7 +1186,7 @@ <h2>Examples</h2>
11861186

11871187
<section> <h2>Acknowledgements</h2>
11881188
<p>
1189-
Special thanks to former editor Johannes Hund for developing this specification. Also, the editors would like to thank Dave Raggett, Matthias Kovatsch, Michael Koster and Michael McCool for their comments and guidance.
1189+
Special thanks to former editor Johannes Hund (until August 2017, when at Siemens AG) for developing this specification. Also, the editors would like to thank Dave Raggett, Matthias Kovatsch, Michael Koster and Michael McCool for their comments and guidance.
11901190
</p>
11911191
</section>
11921192

0 commit comments

Comments
 (0)