Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smolegz committed Apr 15, 2024
1 parent b3b8f6f commit 0f0287b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ Below shows a list of possible commands:
| Sample Commands | Details | Results |
|-------------------|---------------------------------------|-------------------------------------------|
| `copy -1 name` | Copies the name of contact indexed -1 | `N.A.` Error will be shown. |
| `copy 4 tag` | Copies the name of contact indexed 4 | `N.A.` Tag is not a valid field. |
| `copy 4 tag` | Copies the tag of contact indexed 4 | `N.A.` Tag is not a valid field. |
| `copy 4 name` | Extra spaces between `copy` and index | `Taylor Sheesh` |
| `copy 4 name` | Extra spaces between index and `name` | `N.A` Error prompt fields not recognised. |

Expand Down

0 comments on commit 0f0287b

Please sign in to comment.