Skip to content

Commit 9c7d02e

Browse files
author
skywind3000
committed
fixed typo
1 parent 453cd40 commit 9c7d02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ NOTE: For fish shell, this feature requires fish 2.7.0 or above. You can specify
283283
New option `"-b"` can quickly go back to a specific parent directory in bash instead of typing "cd ../../.." redundantly.
284284

285285
- **(No argument)**: `cd` into the project root, the project root is one of the parent directory with `.git`/`.hg`/`.svn` in it
286-
- **(One argument)**: `cd` into the closest parent starting with keyword, if not find, goto the parent containing keywords.
286+
- **(One argument)**: `cd` into the closest parent starting with keyword, if not find, goto the parent containing keyword.
287287
- **(Two arguments)**: replace the first value with the second one (in the current path).
288288

289289
Let's start by aliasing `z -b` to `zb`:

0 commit comments

Comments
 (0)