wording in run_configurations.md

This commit is contained in:
Yann Cébron 2015-10-26 21:53:41 +01:00
parent 14b56b2723
commit 1df4684f64

View File

@ -9,14 +9,14 @@ You can provide UI for the user to specify execution options, as well as an opti
# Architectural overview
Classes used to manipulate *IntelliJ IDEA's* run configurations can be split into the following groups:
Classes used to manipulate run configurations can be split into the following groups:
* [Run configuration management](/basics/run_configurations/run_configuration_management.md)
This includes creation, persistence, and modification.
* [Execution](/basics/run_configurations/run_configuration_execution.md)
This diagram shows the main classes related to **IntelliJ IDEA** run configurations
This diagram shows the main classes:
![Architecture](img/classes.png)