diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/WhatsNew.html b/Ghidra/Configurations/Public_Release/src/global/docs/WhatsNew.html
index de2fe73557..cae9280a10 100644
--- a/Ghidra/Configurations/Public_Release/src/global/docs/WhatsNew.html
+++ b/Ghidra/Configurations/Public_Release/src/global/docs/WhatsNew.html
@@ -167,22 +167,22 @@
There have been many improvements to keyboard only actions and navigation in Ghidra. These changes will be welcome for those who
prefer to use the keyboard as much as possible and those needing better accessibility. Improvements include:
- - Standard keyboard navigation should now work in most component windows and dialogs. In general, Tab and <CTRL> Tab will
- move focus to the next focusable component and <SHIFT> Tab and <CTRL><SHIFT> Tab will move to the
- previous focusable component. Tab and <SHIFT> Tab do not always work as some components use those keys internally, but
- <CTRL> Tab, and <SHIFT><CTRL> Tab should work universally.
+
- Standard keyboard navigation should now work in most component windows and dialogs. In general, Tab and <CTRL> Tab will
+ move focus to the next focusable component and <SHIFT> Tab and <CTRL><SHIFT> Tab will move to the
+ previous focusable component. Tab and <SHIFT> Tab do not always work as some components use those keys internally, but
+ <CTRL> Tab, and <SHIFT><CTRL> Tab should work universally.
- Ghidra now provides some convenient keyboard shortcut actions for transferring focus:
- - <CTRL> F3 - Transfers focus to the next window or dialog.
- - <CTRL><SHIFT> F3 - Transfers focus to the previous window or dialog.
- - <CTRL> J - Transfers focus to the next titled dockable component (titled windows).
- - <<CTRL><SHIFT> J - Transfers focus to the previous titled dockable component.
+ - <CTRL> F3 - Transfers focus to the next window or dialog.
+ - <CTRL><SHIFT> F3 - Transfers focus to the previous window or dialog.
+ - <CTRL> J - Transfers focus to the next titled dockable component (titled windows).
+ - <CTRL><SHIFT> J - Transfers focus to the previous titled dockable component.
- All actions can now be accessed via a searchable dialog.
- - Pressing <CTRL> 3 will bring up the actions dialog with the local toolbar, popup and keyboard actions.
- - Pressing <CTRL> 3 a second time will add in all the global actions.
- - Pressing <CTRL> 3 a third time will add in the disabled actons as well.
+ - Pressing <CTRL> 3 will bring up the actions dialog with the local toolbar, popup and keyboard actions.
+ - Pressing <CTRL> 3 a second time will add in all the global actions.
+ - Pressing <CTRL> 3 a third time will add in the disabled actions as well.
- The actions dialog was specifically designed to be easy to use without a mouse. Typing will filter the actions list and the
arrow keys allow you to select an action and enter will invoke the selected action