diff --git a/core/modules/user/templates/user.html.twig b/core/modules/user/templates/user.html.twig
index 45c4ea0..f8c1ce7 100644
--- a/core/modules/user/templates/user.html.twig
+++ b/core/modules/user/templates/user.html.twig
@@ -10,11 +10,11 @@
  * - content: A list of content items. Use 'content' to print all content, or
  *   print a subset such as 'content.field_example'.
  * - Field variables: For each field attached to the user a corresponding
- *   variable is defined; e.g., account.field_example has a variable
+ *   variable is defined; e.g., user.field_example has a variable
  *   'field_example' defined. When needing to access a field's raw values,
  *   developers/themers are strongly encouraged to use these variables.
  *   Otherwise they will have to explicitly specify the desired field language,
- *   e.g. account.field_example.en, thus overriding any language negotiation
+ *   e.g. content.field_example.en, thus overriding any language negotiation
  *   rule that was previously applied.
  * - attributes: HTML attributes for the container element.
  * - user: A Drupal User entity.
