diff --git a/core/includes/entity.api.php b/core/includes/entity.api.php
index f4d0e3d..344445f 100644
--- a/core/includes/entity.api.php
+++ b/core/includes/entity.api.php
@@ -58,8 +58,8 @@ function hook_entity_info_alter(&$entity_info) {
 /**
  * Act on a newly created entity.
  *
- * This hook runs after a new entity object has just been instantiated. It can
- * be used to set initial values, e.g. to provide defaults.
+ * This hook runs after a new entity object has been instantiated. It can be
+ * used to set initial values, e.g. to provide defaults.
  *
  * @param \Drupal\Core\Entity\EntityInterface $entity
  *   The entity object.
diff --git a/core/modules/file/file.api.php b/core/modules/file/file.api.php
index 00dd3c0..aa1bc21 100644
--- a/core/modules/file/file.api.php
+++ b/core/modules/file/file.api.php
@@ -9,8 +9,8 @@
 /**
  * Act on a newly created file.
  *
- * This hook runs after a new file object has just been instantiated. It can be
- * used to set initial values, e.g. to provide defaults.
+ * This hook runs after a new file object has been instantiated. It can be used
+ * to set initial values, e.g. to provide defaults.
  *
  * @param \Drupal\file\Plugin\Core\Entity\File $file
  *   The file object.
diff --git a/core/modules/node/node.api.php b/core/modules/node/node.api.php
index 754aa37..08054db 100644
--- a/core/modules/node/node.api.php
+++ b/core/modules/node/node.api.php
@@ -540,8 +540,8 @@ function hook_node_insert(Drupal\node\Node $node) {
 /**
  * Act on a newly created node.
  *
- * This hook runs after a new node object has just been instantiated. It can be
- * used to set initial values, e.g. to provide defaults.
+ * This hook runs after a new node object has been instantiated. It can be used
+ * to set initial values, e.g. to provide defaults.
  *
  * @param \Drupal\node\Plugin\Core\Entity\Node $node
  *   The node object.
diff --git a/core/modules/taxonomy/taxonomy.api.php b/core/modules/taxonomy/taxonomy.api.php
index dec08d5..e960092 100644
--- a/core/modules/taxonomy/taxonomy.api.php
+++ b/core/modules/taxonomy/taxonomy.api.php
@@ -15,8 +15,8 @@
 /**
  * Act on a newly created vocabulary.
  *
- * This hook runs after a new vocabulary object has just been instantiated. It
- * can be used to set initial values, e.g. to provide defaults.
+ * This hook runs after a new vocabulary object has been instantiated. It can be
+ * used to set initial values, e.g. to provide defaults.
  *
  * @param \Drupal\taxonomy\Plugin\Core\Entity\Vocabulary $vocabulary
  *   The vocabulary object.
@@ -127,8 +127,8 @@ function hook_taxonomy_vocabulary_delete(Drupal\taxonomy\Plugin\Core\Entity\Voca
 /**
  * Act on a newly created term.
  *
- * This hook runs after a new term object has just been instantiated. It can be
- * used to set initial values, e.g. to provide defaults.
+ * This hook runs after a new term object has been instantiated. It can be used
+ * to set initial values, e.g. to provide defaults.
  *
  * @param \Drupal\taxonomy\Plugin\Core\Entity\Term $term
  *   The term object.
diff --git a/core/modules/user/user.api.php b/core/modules/user/user.api.php
index 6ac5515..e259a6c 100644
--- a/core/modules/user/user.api.php
+++ b/core/modules/user/user.api.php
@@ -15,8 +15,8 @@
 /**
  * Act on a newly created user.
  *
- * This hook runs after a new user object has just been instantiated. It can be
- * used to set initial values, e.g. to provide defaults.
+ * This hook runs after a new user object has been instantiated. It can be used
+ * to set initial values, e.g. to provide defaults.
  *
  * @param \Drupal\user\Plugin\Core\Entity\User $user
  *   The user object.
