Skip to content

Commit fed0a95

Browse files
committed
docs(reference): Capitalization
1 parent 2262b7c commit fed0a95

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

docs/reference/panes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Panes
44

5-
- contain [pseudoterminal]s ([pty(4)][pty(4)])
6-
- exist inside {ref}`Windows`
7-
- identified by `%`, e.g. `%313`
5+
- Contain [pseudoterminal]s ([pty(4)][pty(4)])
6+
- Exist inside {ref}`Windows`
7+
- Identified by `%`, e.g. `%313`
88

99
[pseudoterminal]: https://en.wikipedia.org/wiki/Pseudoterminal
1010
[pty(4)]: https://www.freebsd.org/cgi/man.cgi?query=pty&sektion=4

docs/reference/servers.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
# Servers
44

5-
- identified by _socket path_ and _socket name_
6-
- may have >1 servers running of tmux at the same time.
7-
- contain {ref}`Sessions` (which contain {ref}`Windows`, which contain
5+
- Identified by _socket path_ and _socket name_
6+
- May have >1 servers running of tmux at the same time.
7+
- Contain {ref}`Sessions` (which contain {ref}`Windows`, which contain
88
{ref}`Panes`)
99

10-
In tmux, a server is automatically started on your behalf
11-
when you first run tmux.
10+
tmux initializes a server on automatically on first running (e.g. executing `tmux`)
1211

1312
```{eval-rst}
1413
.. autoapiclass:: libtmux.Server

docs/reference/sessions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Sessions
44

5-
- exist inside {ref}`Servers`
6-
- contain {ref}`Windows` (which contain {ref}`Panes`)
7-
- identified by `$`, e.g. `$313`
5+
- Exist inside {ref}`Servers`
6+
- Contain {ref}`Windows` (which contain {ref}`Panes`)
7+
- Identified by `$`, e.g. `$313`
88

99
```{eval-rst}
1010
.. autoapiclass:: libtmux.Session

docs/reference/windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Windows
44

5-
- exist inside {ref}`Sessions`
6-
- contain {ref}`Panes`
7-
- identified by `@`, e.g. `@313`
5+
- Exist inside {ref}`Sessions`
6+
- Contain {ref}`Panes`
7+
- Identified by `@`, e.g. `@313`
88

99
```{module} libtmux
1010

0 commit comments

Comments
 (0)