Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Fixed a grammar mistake. #295

Merged
merged 1 commit into from
Jul 20, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dev_guide/faq/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ General
.. _moj_node_start:
.. topic:: **Can Mojito be started with Node.js instead of using "mojito start"?**

Yes. Although there are is not a standard way for starting Mojito with Node.js, you could do the following::
Yes. Although there is not a standard way for starting Mojito with Node.js, you could do the following::

$ node --debug `which mojito` start

Expand Down