Skip to content

Commit 3381759

Browse files
authored
docs: Fix a few typos (#785)
There are small typos in: - docs/quickstart.md - tmuxp/cli/shell.py Fixes: - Should read `window` rather than `wndow`. - Should read `notification` rather than `notfication`.
1 parent 64926c6 commit 3381759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ brew install tmuxp
2929
### Developmental releases
3030

3131
New versions of tmuxp are published to PyPI as alpha, beta, or release candidates.
32-
In their versions you will see notfication like `a1`, `b1`, and `rc1`, respectively.
32+
In their versions you will see notification like `a1`, `b1`, and `rc1`, respectively.
3333
`1.10.0b4` would mean the 4th beta release of `1.10.0` before general availability.
3434

3535
- [pip]\:

tmuxp/cli/shell.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def command_shell(
5757
):
5858
"""Launch python shell for tmux server, session, window and pane.
5959
60-
Priority given to loaded session/wndow/pane objects:
60+
Priority given to loaded session/window/pane objects:
6161
6262
- session_name and window_name arguments
6363
- current shell: envvar ``TMUX_PANE`` for determining window and session

0 commit comments

Comments
 (0)