1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00

docs: fix typos

closes: #2266
This commit is contained in:
Wez Furlong 2022-07-15 06:38:57 -07:00
parent 8484248010
commit 122ac8a13c
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ the tab to the right.
```lua
local wezterm = require 'wezterm'
local act = wezterm.act
local act = wezterm.action
return {
keys = {

View File

@ -12,7 +12,7 @@ a future release; please use [PasteFrom](PasteFrom.md) instead.
```lua
local wezterm = require 'wezterm'
local act = wezterm.act
local act = wezterm.action
return {
keys = {

View File

@ -5,7 +5,7 @@ Negative values scroll upwards, while positive values scroll downwards.
```lua
local wezterm = require 'wezterm'
local act = wezterm.act
local act = wezterm.action
return {
keys = {

View File

@ -19,7 +19,7 @@ The following configuration achieves that same effect:
```lua
local wezterm = require 'wezterm'
local act = wezterm.act
local act = wezterm.action
return {
keys = {

View File

@ -4,7 +4,7 @@ Create a new tab in the current window. The argument defines to which *domain*
```lua
local wezterm = require 'wezterm'
local act = wezterm.act
local act = wezterm.action
return {
keys = {