diff --git a/macOS/welcome_template.html b/macOS/welcome_template.html
index c769f743817bad3b01386485e9942db35087db6c..d24259e84d0ca840b1cb607435c6204a0ac7ebe5 100644
--- a/macOS/welcome_template.html
+++ b/macOS/welcome_template.html
@@ -27,7 +27,7 @@
       <p>Thank you for choosing Dynare!</p>
       <p>This installation does not require administrative privileges. If for some reason admin rights are requested, use 'Change Install Location' and select 'Install for me only'.</p>
       <p>By default Dynare will be installed into /Applications/Dynare. To modify the installation path, click <strong>Customize</strong> after accepting the license. Then, under <strong>Location</strong>, select your desired folder.</p>
-      <p>Installing into /Applications/dynare might fail if you have older versions of Dynare installed in /Applications/Dynare. To fix this, modify the ownership by executing the following command in Terminal.app:</p>
+      <p>Installing into /Applications/Dynare might fail if you have older versions of Dynare installed in /Applications/Dynare. To fix this, modify the ownership by executing the following command in Terminal.app:</p>
       <code>
       sudo chown -R "$USER":staff /Applications/Dynare
       </code>