diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index d888a9393f..c7a5f95d7e 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -93,7 +93,7 @@ When opening a Corda project for the first time from the IDEA splash screen, ple and then import the Gradle project by clicking "Import Gradle project" in the popup bubble on the lower right-hand side of the screen. If you instead pick "Import Project" on the splash screen, a bug in IDEA will cause Corda's pre-packaged run configurations to be erased. -If you see this warning too late, that's not a problem - just use ``git checkout .idea/runConfiguration`` or the version control tab in +If you see this warning too late, that's not a problem - just use ``git checkout .idea/runConfigurations`` or the version control tab in IDEA to undelete the files. IDEA's build of the project may need to be resynced from time to time. This can be done from within IDEA by going to "View" -> "Tool Windows" -> "Gradle" @@ -108,4 +108,4 @@ Once you have these demos running, you may be interested in writing your own Cor :doc:`tutorial-cordapp`. If you encounter any issues, please see the :doc:`getting-set-up-fault-finding` page, or get in touch with us on the -`forums `_ or via `slack `_. \ No newline at end of file +`forums `_ or via `slack `_.