diff options
author | Mike Dirolf <mike@10gen.com> | 2010-07-14 11:27:02 -0400 |
---|---|---|
committer | Mike Dirolf <mike@10gen.com> | 2010-07-14 11:27:02 -0400 |
commit | 28041054014df347973b652c52b1b713db8b6d8c (patch) | |
tree | d9daf525acfef505a8f2181ed24e075b62673fcf /docs | |
parent | 94232e7a59528b2e1cf747028b9f91175b408345 (diff) | |
download | mongo-28041054014df347973b652c52b1b713db8b6d8c.tar.gz |
minor: docs typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building.md b/docs/building.md index 56943b5269c..3b3094dca1e 100644 --- a/docs/building.md +++ b/docs/building.md @@ -19,7 +19,7 @@ To install $ scons --prefix=/opt/mongo install -Please note that prebuilt binaries are available on [mongodb.org](http://www.mongodb.org/downloads) and may be the easier way to get started. +Please note that prebuilt binaries are available on [mongodb.org](http://www.mongodb.org/downloads) and may be the easiest way to get started. SCONS TARGETS -------------- |