diff --git a/core/modules/node/node.api.php b/core/modules/node/node.api.php index 5c3dbb5..c39e689 100644 --- a/core/modules/node/node.api.php +++ b/core/modules/node/node.api.php @@ -540,7 +540,7 @@ function hook_node_insert(Drupal\node\Node $node) { * via classes NodeController and Drupal\Core\Entity\DatabaseStorageController. * After the node information is read from the database or the entity cache, * hook_load() is invoked on the node's content type module, then - * field_attach_node_revision() or field_attach_load() is called, then + * field_attach_load_revision() or field_attach_load() is called, then * hook_entity_load() is invoked on all implementing modules, and finally * hook_node_load() is invoked on all implementing modules. *