Skip to content

Commit 8775359

Browse files
ktosofinagolfin
andauthored
Apply suggestions from code review
Co-authored-by: buttaface <[email protected]>
1 parent 92acc18 commit 8775359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ You can also use other editors and IDEs to work on Swift.
365365
366366
#### IntelliJ CLion
367367
368-
CLion supports CMake and Ninja. In order to configure it property, build the swift project first using the `build-script`, then open the `swift` directory with CLion and proceed to project settings (`cmd + ,`).
368+
CLion supports CMake and Ninja. In order to configure it properly, build the swift project first using the `build-script`, then open the `swift` directory with CLion and proceed to project settings (`cmd + ,`).
369369
370370
In project settings, locate `Build, Execution, Deployment > CMake`. You will need to create a new profile named `RelWithDebInfoAssert` (or `Debug` if going to point it at the debug build). Enter the following information:
371371
@@ -379,7 +379,7 @@ In project settings, locate `Build, Execution, Deployment > CMake`. You will nee
379379
- replace the `SOME_PATH` to the path where your `swift-project` directory is
380380
- the CMAKE_BUILD_TYPE should match the build configuration name, so if you named this profile `RelWithDebInfo` the CMAKE_BUILD_TYPE should also be `RelWithDebInfo`
381381
382-
With this done CLion should be able to successfully import the project and have full autocomplete and code navigation powers.
382+
With this done, CLion should be able to successfully import the project and have full autocomplete and code navigation powers.
383383
384384
### Editing
385385

0 commit comments

Comments
 (0)