1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-17 02:00:25 +03:00

fixed docs typo in MoveForwardSemanticZone

This commit is contained in:
MLFlexer 2024-04-27 17:47:05 +02:00 committed by Wez Furlong
parent 7fd9c36efb
commit 878b86f0f0

View File

@ -1,4 +1,4 @@
# CopyMode `MoveForewardSemanticZone`
# CopyMode `MoveForwardSemanticZone`
{{since('20220903-194523-3bb1ed61')}}
@ -17,7 +17,7 @@ return {
{
key = 'Z',
mods = 'NONE',
action = act.CopyMode 'MoveForewardSemanticZone',
action = act.CopyMode 'MoveForwardSemanticZone',
},
},
},