Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in docs #4097

Merged
merged 1 commit into from
Nov 24, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/build_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BUILD files
A large, well-organized codebase divides into many small components. These components,
and the code dependencies between them, form a directed graph.

In Pants paralance, these components are called _targets_. The information about your
In Pants parlance, these components are called _targets_. The information about your
targets and their dependencies lives in files named `BUILD`, scattered throughout your
source tree. A `BUILD` file in a given directory describes targets that own the
source files in or under that directory.
Expand Down