We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7285654 commit ae8b547Copy full SHA for ae8b547
src/app/http/controllers/SharingController.ts
@@ -23,7 +23,7 @@ interface GetResponseBody {
23
24
export default class SharingController {
25
/**
26
- * Get the url hash of shared GlueBoard
+ * Get the url hash of the shared GlueBoard
27
*/
28
public static getHash(): SimpleHandler {
29
return (req, res): Response => {
0 commit comments