Merge pull request #2005 from coldnew/fix-typo-on-profiles-md

Fix typo on PROFILES.md
This commit is contained in:
Phil Hagelberg 2015-10-13 13:22:18 +00:00
commit 3bd52cb8a9

View file

@ -77,7 +77,7 @@ The `:system` profile is similar to `:user`, except it applies
system-wide instead of merely to a single user.
The `:base` profile provides dependencies necessary for basic repl
functionality, adds `dev-resources` to the `:resources-path`, and sets
functionality, adds `dev-resources` to the `:resource-paths`, and sets
defaults for `:jvm-opts`, `:checkout-deps-share` and
`:test-selectors`. It is part of Leiningen itself; you shouldn't need
to change it.