diff --git a/src/addons/mod/book/services/handlers/index-link.ts b/src/addons/mod/book/services/handlers/index-link.ts
index eb07cba7e..c0b5389ce 100644
--- a/src/addons/mod/book/services/handlers/index-link.ts
+++ b/src/addons/mod/book/services/handlers/index-link.ts
@@ -33,8 +33,8 @@ export class AddonModBookIndexLinkHandlerService extends CoreContentLinksModuleI
/**
* Get the mod params necessary to open an activity.
*
- * @param url The URL to treat.
- * @param params The params of the URL. E.g. 'mysite.com?id=1' -> {id: 1}
+ * @param url The URL to treat.
+ * @param params The params of the URL. E.g. 'mysite.com?id=1' -> {id: 1}
* @return List of params to pass to navigateToModule / navigateToModuleByInstance.
*/
getPageParams(url: string, params: Record): Params {
diff --git a/src/addons/mod/chat/components/index/addon-mod-chat-index.html b/src/addons/mod/chat/components/index/addon-mod-chat-index.html
index 211421e4e..e4337b765 100644
--- a/src/addons/mod/chat/components/index/addon-mod-chat-index.html
+++ b/src/addons/mod/chat/components/index/addon-mod-chat-index.html
@@ -13,7 +13,7 @@
-
diff --git a/src/addons/mod/chat/pages/chat/chat.ts b/src/addons/mod/chat/pages/chat/chat.ts
index b1fb66afe..073c372c1 100644
--- a/src/addons/mod/chat/pages/chat/chat.ts
+++ b/src/addons/mod/chat/pages/chat/chat.ts
@@ -201,7 +201,7 @@ export class AddonModChatChatPage implements OnInit, OnDestroy {
/**
* Get the user fullname for a beep.
*
- * @param id User Id before parsing.
+ * @param id User Id before parsing.
* @return User fullname.
*/
protected async getUserFullname(id: string): Promise {
diff --git a/src/addons/mod/chat/pages/session-messages/session-messages.ts b/src/addons/mod/chat/pages/session-messages/session-messages.ts
index badb7a60d..27620d907 100644
--- a/src/addons/mod/chat/pages/session-messages/session-messages.ts
+++ b/src/addons/mod/chat/pages/session-messages/session-messages.ts
@@ -120,7 +120,7 @@ export class AddonModChatSessionMessagesPage implements OnInit {
return user.fullname;
} catch {
// Error getting profile.
- return id;
+ return id;
}
}
diff --git a/src/addons/mod/chat/services/chat-helper.ts b/src/addons/mod/chat/services/chat-helper.ts
index 61d518e61..fa5764f8a 100644
--- a/src/addons/mod/chat/services/chat-helper.ts
+++ b/src/addons/mod/chat/services/chat-helper.ts
@@ -109,7 +109,7 @@ export class AddonModChatHelperProvider {
/**
* Check if the date should be displayed between messages (when the day changes at midnight for example).
*
- * @param message New message object.
+ * @param message New message object.
* @param prevMessage Previous message object.
* @return True if messages are from diferent days, false othetwise.
*/
diff --git a/src/addons/mod/choice/components/index/addon-mod-choice-index.html b/src/addons/mod/choice/components/index/addon-mod-choice-index.html
index b8df0763b..da0c85063 100644
--- a/src/addons/mod/choice/components/index/addon-mod-choice-index.html
+++ b/src/addons/mod/choice/components/index/addon-mod-choice-index.html
@@ -13,7 +13,7 @@
-
{
const site = await CoreSites.getSite(siteId);
- await site.invalidateWsCacheForKey(this.getChoiceOptionsCacheKey(choiceId));
+ await site.invalidateWsCacheForKey(this.getChoiceOptionsCacheKey(choiceId));
}
/**
@@ -359,7 +359,7 @@ export class AddonModChoiceProvider {
async invalidateResults(choiceId: number, siteId?: string): Promise {
const site = await CoreSites.getSite(siteId);
- await site.invalidateWsCacheForKey(this.getChoiceResultsCacheKey(choiceId));
+ await site.invalidateWsCacheForKey(this.getChoiceResultsCacheKey(choiceId));
}
/**
diff --git a/src/addons/mod/data/components/action/addon-mod-data-action.html b/src/addons/mod/data/components/action/addon-mod-data-action.html
index 2d8f41c7b..f1e415554 100644
--- a/src/addons/mod/data/components/action/addon-mod-data-action.html
+++ b/src/addons/mod/data/components/action/addon-mod-data-action.html
@@ -2,7 +2,7 @@
-
+
@@ -27,8 +27,8 @@
component="mod_data" [itemId]="entry.id" area="database_entry" [courseId]="database.course">
-{{ entry.timecreated * 1000 | coreFormatDate }}
-{{ entry.timemodified * 1000 | coreFormatDate }}
+{{ entry.timecreated * 1000 | coreFormatDate }}
+{{ entry.timemodified * 1000 | coreFormatDate }}
-
diff --git a/src/addons/mod/data/components/index/index.ts b/src/addons/mod/data/components/index/index.ts
index 74fc86100..fc1e1d686 100644
--- a/src/addons/mod/data/components/index/index.ts
+++ b/src/addons/mod/data/components/index/index.ts
@@ -87,7 +87,7 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp
hasNextPage = false;
entriesRendered = '';
- extraImports: Type[] = [AddonModDataComponentsCompileModule];
+ extraImports: Type[] = [AddonModDataComponentsCompileModule];
jsData?: {
fields: Record;
diff --git a/src/addons/mod/data/components/search/search.html b/src/addons/mod/data/components/search/search.html
index 645ef1768..74f6e28ca 100644
--- a/src/addons/mod/data/components/search/search.html
+++ b/src/addons/mod/data/components/search/search.html
@@ -17,7 +17,7 @@