Skip to content

Commit 18bd50f

Browse files
committed
docs(MIGRATION): Fix typo
1 parent 1705f9f commit 18bd50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _Detailed migration steps for the next version will be posted here._
2929

3030
### Commands require explicit targets (#535)
3131

32-
- {meth}`Server.cmd()`, {meth}`Session.cmd()`, {meth}`Window.cmd()`, {meth}`Pane.cmd()` require passing `target` instead of `['-t', target]`, `['-tTargetName']`, etc. This change is to avoid issues mistakenly interpretting `-t` in other shell values as targets.
32+
- {meth}`Server.cmd()`, {meth}`Session.cmd()`, {meth}`Window.cmd()`, {meth}`Pane.cmd()` require passing `target` instead of `['-t', target]`, `['-tTargetName']`, etc. This change is to avoid issues mistakenly interpreting `-t` in other shell values as targets.
3333

3434
Before:
3535

0 commit comments

Comments
 (0)