Skip to content

Commit

Permalink
Fix garbled sentence and broken formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
hypirion committed Jun 26, 2013
1 parent 29d3776 commit 0f861c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

**Q:** I'm attempting to run a project as a background process (`lein run &`),
but the process suspends until it is in the foreground. How do I run a program
in the background?
in the background?
**A:** For long-lasting processes, use `lein trampoline run &` or consider to
(uber)jar the program. For short-lived ones, `lein run <&- &` and
`bash -c "lein run &"`.
(uber)jar the program. For short-lived ones, both `lein run <&- &` and
`bash -c "lein run &"` will work fine.

0 comments on commit 0f861c8

Please sign in to comment.