diff --git a/src/wp-admin/upload.php b/src/wp-admin/upload.php
index bbba6cc02a..f03cdad8c1 100644
--- a/src/wp-admin/upload.php
+++ b/src/wp-admin/upload.php
@@ -241,7 +241,7 @@ get_current_screen()->add_help_tab(
'content' =>
'
' . __( 'Hovering over a row reveals action links that allow you to manage media items. You can perform the following actions:' ) . '
' .
'' .
- '- ' . __( 'Edit takes you to simple screen to edit that individual file’s metadata. You can also reach that screen by clicking on the media file name or thumbnail.' ) . '
' .
+ '- ' . __( 'Edit takes you to a simple screen to edit that individual file’s metadata. You can also reach that screen by clicking on the media file name or thumbnail.' ) . '
' .
'- ' . __( 'Delete Permanently will delete the file from the media library (as well as from any posts to which it is currently attached).' ) . '
' .
'- ' . __( 'View will take you to a public display page for that file.' ) . '
' .
'- ' . __( 'Copy URL to clipboard copies the URL for the media file to your clipboard.' ) . '
' .