aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/src/services/GetComments.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/src/services/GetComments.js')
-rw-r--r--apps/comments/src/services/GetComments.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/services/GetComments.js b/apps/comments/src/services/GetComments.js
index 4d1f7b022ae..7dffa969a69 100644
--- a/apps/comments/src/services/GetComments.js
+++ b/apps/comments/src/services/GetComments.js
@@ -50,7 +50,7 @@ export default async function({ commentsType, ressourceId }, options = {}) {
<oc:offset>${options.offset || 0}</oc:offset>
</oc:filter-comments>`,
}, options))
- // See example on how it's done normaly
+ // See example on how it's done normally
// https://github.com/perry-mitchell/webdav-client/blob/9de2da4a2599e06bd86c2778145b7ade39fe0b3c/source/interface/stat.js#L19
// Waiting for proper REPORT integration https://github.com/perry-mitchell/webdav-client/issues/207
.then(res => {