Fixed typo

This commit is contained in:
Patrik Nordwall 2011-04-29 07:59:54 +02:00
parent 2451d4a8d3
commit c2f810ecdb

View file

@ -127,8 +127,8 @@ Make SBT download the dependencies it needs. That is done by invoking::
From the SBT project you can generate files for your IDE:
- `SbtEclipsify <https://github.com/musk/SbtEclipsify>`_ to generate the Eclipse project. Detailed instructions are available in :ref:`getting-started-first-scala-eclipse`.
- `sbt-idea <https://github.com/mpeltonen/sbt-idea>`_ to generate the Eclipse project
- `SbtEclipsify <https://github.com/musk/SbtEclipsify>`_ to generate Eclipse project. Detailed instructions are available in :ref:`getting-started-first-scala-eclipse`.
- `sbt-idea <https://github.com/mpeltonen/sbt-idea>`_ to generate IntelliJ IDEA project.
Creating messages
-----------------