diff --git a/topics/reference_guide/workspace_model/workspace_model_entity_declaration.md b/topics/reference_guide/workspace_model/workspace_model_entity_declaration.md index 708620a04..0c01addfd 100644 --- a/topics/reference_guide/workspace_model/workspace_model_entity_declaration.md +++ b/topics/reference_guide/workspace_model/workspace_model_entity_declaration.md @@ -28,7 +28,7 @@ The platform currently provides some predefined types of entities (see [`entities`](%gh-ic%/platform/workspace/jps/src/com/intellij/platform/workspace/jps/entities) package), but they're supposed to be used only for interoperability with code which uses the project model API. -The plugins should define and use their own types of entities if they need to store framework-specific data. +Plugins should define and use their own types of entities if they need to store framework-specific data. ## Examples