diff options
Diffstat (limited to 'modules/node/node.api.php')
-rw-r--r-- | modules/node/node.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.api.php b/modules/node/node.api.php index e6a406a04..b90e65d10 100644 --- a/modules/node/node.api.php +++ b/modules/node/node.api.php @@ -366,7 +366,7 @@ function hook_nodeapi_update_index($node) { } /** - * The user has finished editing the node and is trying to preview or submit it. + * The user has finished editing the node and is previewing or submitting it. * * This hook can be used to check the node data. Errors should be set with * form_set_error(). |