This is an automated email from the ASF dual-hosted git repository.
sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git
The following commit(s) were added to refs/heads/master by this push:
new e9856f5 OPENMEETINGS-2661 Fix another typo.
e9856f5 is described below
commit e9856f597288b29c9276816e7d2befb0d0482af6
Author: Sebastian Wagner <[email protected]>
AuthorDate: Sun Sep 12 11:42:55 2021 +1200
OPENMEETINGS-2661 Fix another typo.
---
RestAPISample.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RestAPISample.html b/RestAPISample.html
index b5bebf3..09b9a9b 100644
--- a/RestAPISample.html
+++ b/RestAPISample.html
@@ -292,7 +292,7 @@ const loginUrl =
`${BASE_URL}/hash?secure=${hashResult.message}`
</ol>
<p>More in depth examples and use cases can be found at the module page <a
class="externalLink"
href="https://www.npmjs.com/package/openmeetings-node-client"
target="_blank">https://www.npmjs.com/package/openmeetings-node-client</a></p>
<div class="bd-callout bd-callout-info">
- A sample Node.js sample use case for a website using Express.js can be
found here:
+ A sample Node.js use case for a website using Express.js can be found here:
<a class="externalLink"
href="https://om-hosting.com/openmeetings-integration-nodejs/"
target="_BLANK">https://om-hosting.com/openmeetings-integration-nodejs/</a>
</div>
</section>