runtime(doc): Tweak documentation style a bit

closes: #16556

Signed-off-by: Christian Brabandt <cb@256bit.org>
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index e6decee..22ea421 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt*	For Vim version 9.1.  Last change: 2025 Jan 31
+*options.txt*	For Vim version 9.1.  Last change: 2025 Feb 01
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -5096,7 +5096,7 @@
 	   set keyprotocol=kitty:kitty,foot:kitty,ghostty:kitty,wezterm:kitty
 	   set keyprotocol+=xterm:mok2
 
-<	This means that when 'term' contains "kitty, "foot", "ghostty"  or
+<	This means that when 'term' contains "kitty, "foot", "ghostty" or
 	"wezterm" somewhere, then the "kitty" protocol is used.  When 'term'
 	contains "xterm" somewhere, then the "mok2" protocol is used.