diff --git a/wp-admin/includes/ajax-actions.php b/wp-admin/includes/ajax-actions.php index ca9ddda814..63d52fefe2 100644 --- a/wp-admin/includes/ajax-actions.php +++ b/wp-admin/includes/ajax-actions.php @@ -2084,7 +2084,7 @@ function wp_ajax_heartbeat() { // Allow the transport to be replaced with long-polling easily do_action( 'heartbeat_tick', $response, $screen_id ); - // Send the current time acording to the server + // Send the current time according to the server $response['server_time'] = time(); wp_send_json($response);