diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki
index 3f36cf79..b47487c8 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki
@@ -20,7 +20,7 @@ You can do that either:
* by calling {RT_DEBUGGER}.rt_workbench_wait_for_debugger (a_port_number: INTEGER) from the program itself
Then from EiffelStudio, follow the menu path Execution->Attach Debuggee and provide the same port number.
-(note that you can add the associated command to the execution tool bar).
+(Note that you can add the associated command to the execution tool bar.)
At this point EiffelStudio is able to debug the application just as if the application had been launched by EiffelStudio.