Merge pull request #1023 from sergv/typo-fixes

Fix some typos
This commit is contained in:
Michael Klishin 2013-02-21 13:09:44 -08:00
commit fbf9401328
3 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ that you don't want committed in version control.
Global profiles can also be specified in `~/.lein/profiles.clj` and in
`clj`-files within `~/.lein/profiles.d`. These will be available in all projects
managed by Leiningen, though those profiles will be overridden by profiles of
the same name in the specified in the project. Defining the same global profile
the same name specified in the project. Defining the same global profile
in multiple different files is considered an error.
The `:user` profile is separate from `:dev`; the latter is intended to be

View file

@ -112,7 +112,7 @@ the scope of this tutorial you can
## project.clj
Your `project.clj` file will start off looking something like the this:
Your `project.clj` file will start off looking something like this:
```clj
(defproject my-stuff "0.1.0-SNAPSHOT"

View file

@ -118,7 +118,7 @@ party template --- lein will automatically fetch it for you.
Use `lein new $TEMPLATE :show` to see details about a given template.
To create a new template of your own, see the documentation for the
lein-newnew Leiningin plug-in."
lein-new Leiningen plug-in."
[project & args]
(binding [*project* project]