Index: components/ntp_snippets/content_suggestions_category_status.h |
diff --git a/components/ntp_snippets/content_suggestions_category_status.h b/components/ntp_snippets/content_suggestions_category_status.h |
index 83b5fa2c6d85df5bbfcadb9393b92eba3e5c66f2..9abe38c2add2c98644898ab45a521156b329445c 100644 |
--- a/components/ntp_snippets/content_suggestions_category_status.h |
+++ b/components/ntp_snippets/content_suggestions_category_status.h |
@@ -41,8 +41,8 @@ enum class ContentSuggestionsCategoryStatus { |
// Content suggestions are not available because history sync is disabled. |
HISTORY_SYNC_DISABLED, |
- // Content suggestions are not available because an error occured when loading |
- // or updating them. |
+ // Content suggestions are not available because an error occurred when |
+ // loading or updating them. |
LOADING_ERROR |
}; |