Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 7f94b26

Browse files
authored
Merge pull request #465 from zellyn/patch-1
Update FAQ.md
2 parents c077af1 + 68ec4c2 commit 7f94b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Summarize the question and quote the reply, linking back to the original comment
1717
* [Why did dep use a different revision for package X instead of the revision in the lock file?](#why-did-dep-use-a-different-revision-for-package-x-instead-of-the-revision-in-the-lock-file)
1818

1919
## What is a direct or transitive dependency?
20-
* Direct dependencies appear in at least one import statement from your project - are dependencies that are imported by your project.
20+
* Direct dependencies are dependencies that are imported directly by your project: they appear in at least one import statement from your project.
2121
* Transitive dependencies are the dependencies of your dependencies. Necessary to compile but are not directly used by your code.
2222

2323
## Should I commit my vendor directory?

0 commit comments

Comments
 (0)