You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2021/09/11 23:49:34 UTC

[openmeetings] 01/01: OPENMEETINGS-2661 Fix another typo.

This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/OPENMEETINGS-2661-fix-another-typo
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 828f1f02af25b0406142a69ee80a32409c8d038c
Author: Sebastian Wagner <se...@gmail.com>
AuthorDate: Sun Sep 12 11:49:21 2021 +1200

    OPENMEETINGS-2661 Fix another typo.
---
 openmeetings-server/src/site/xdoc/RestAPISample.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-server/src/site/xdoc/RestAPISample.xml b/openmeetings-server/src/site/xdoc/RestAPISample.xml
index 2c735d3..f34520d 100644
--- a/openmeetings-server/src/site/xdoc/RestAPISample.xml
+++ b/openmeetings-server/src/site/xdoc/RestAPISample.xml
@@ -88,7 +88,7 @@ const loginUrl = `${BASE_URL}/hash?secure=${hashResult.message}`
 		</p>
 		<p>More in depth examples and use cases can be found at the module page <a 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 href="https://om-hosting.com/openmeetings-integration-nodejs/" target="_BLANK">https://om-hosting.com/openmeetings-integration-nodejs/</a>
+			A sample Node.js use case for a website using Express.js can be found here: <a href="https://om-hosting.com/openmeetings-integration-nodejs/" target="_BLANK">https://om-hosting.com/openmeetings-integration-nodejs/</a>
 		</div>
 		</section>
 		<section name="How to get room hash via REST via jQuery">