docs: fix typo in in command

This commit is contained in:
Evan Martin 2025-01-10 13:06:35 -08:00 committed by Martin von Zweigbergk
parent 038c0bab12
commit 1f24d57325

View file

@ -324,7 +324,7 @@ parent.
</tr>
<tr>
<td>Create a copy of a commit on top of another commit</td>
<td><code>jj duplicate &lt;source&gt;; -d &lt;destination&gt;</code></td>
<td><code>jj duplicate &lt;source&gt; -d &lt;destination&gt;</code></td>
<td><code>git co &lt;destination&gt;; git cherry-pick &lt;source&gt;</code></td>
</tr>
<tr>