diff --git a/topics/appendix/tools/ide_tooling/internal_actions/enabling_internal.md b/topics/appendix/tools/ide_tooling/internal_actions/enabling_internal.md
index ec69d4f89..b3673f063 100644
--- a/topics/appendix/tools/ide_tooling/internal_actions/enabling_internal.md
+++ b/topics/appendix/tools/ide_tooling/internal_actions/enabling_internal.md
@@ -10,10 +10,10 @@ There are useful tools, such as the Internal Actions menu, th
1. Start the IDE.
2. From the main menu, select Help | Edit Custom Properties....
- This selection opens idea.properties file.
+ This selection opens the idea.properties file.
If it does not exist, the IDE will prompt to create one.
3. Add the line shown below to the idea.properties file:
- ```
+ ```properties
idea.is.internal=true
```