aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar janakr <janakr@google.com>2017-05-09 13:29:20 -0400
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-05-10 13:33:30 -0400
commit370b4846dc530c9cbb270e4fd15150ec164f7a74 (patch)
tree86cd318001e31cd90d4bf5cfb084edccffd77404 /site
parent65b06129504da8b4838a3d04f1cdc12df34a3716 (diff)
Fix some typos in best-practices doc.
PiperOrigin-RevId: 155521449
Diffstat (limited to 'site')
-rw-r--r--site/versions/master/docs/best-practices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/best-practices.md b/site/versions/master/docs/best-practices.md
index a1f84d7377..ca360954b9 100644
--- a/site/versions/master/docs/best-practices.md
+++ b/site/versions/master/docs/best-practices.md
@@ -82,7 +82,7 @@ Everything should be built from source whenever possible. Generally this means t
depending on a library `some-library.so`, you'd create a BUILD file and build `some-library.so`
from its sources, then depend on that target.
-Building from source prevents a build from using an library that was build with incompatible flags
+Building from source prevents a build from using a library that was built with incompatible flags
or a different architecture. There are also some features like coverage, static analysis, or
dynamic analysis that will only work on the source.