Skip to content

Commit c3e601b

Browse files
authored
docs: fix simple typos in import/README.md (lerna#4115)
1 parent 3d6b619 commit c3e601b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/commands/import/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ $ lerna import ~/Product --flatten
4747

4848
### `--dest`
4949

50-
When importing repositories, you can specify the destination directory by the directory listed in lerna.json.
50+
When importing repositories, you can specify the destination directory by the directory listed in `lerna.json`.
5151

5252
```
5353
$ lerna import ~/Product --dest=utilities
5454
```
5555

5656
### `--preserve-commit`
5757

58-
Each git commit has an **author** and a **committer** (with a separate date for each). Usually they're the same person (and date), but since `lerna import` re-creates each commit from the external repository, the **committer** becomes the current git user (and date). This is _technically_ correct, but may be undesirable, for example, on Github, which displays both the **author** and **committer** if they're different people, leading to potentially confusing history/blames on imported commits.
58+
Each git commit has an **author** and a **committer** (with a separate date for each). Usually they're the same person (and date), but since `lerna import` re-creates each commit from the external repository, the **committer** becomes the current git user (and date). This is _technically_ correct, but may be undesirable, for example, on GitHub, which displays both the **author** and **committer** if they're different people, leading to potentially confusing history/blames on imported commits.
5959

6060
Enabling this option preserves the original **committer** (and commit date) to avoid such issues.
6161

0 commit comments

Comments
 (0)