]> source.dussan.org Git - sonarqube.git/commitdiff
Fix typo
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 15 Oct 2012 11:18:28 +0000 (13:18 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 15 Oct 2012 11:20:32 +0000 (13:20 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/_generate_secret_key.html.erb

index 319d244620460a43f68ffbc8453309b9fbd838a7..0f71dc82ba4156a2c1bfebe5d1e991b871702c45 100644 (file)
@@ -5,7 +5,6 @@
   <li>Restart the server if the property <code>sonar.secretKeyPath</code> has been set or changed.</li>
   <li>Copy this file on all the machines that execute code inspection. Define the property <code>sonar.secretKeyPath</code> on those machines if the path is not <code>~/.sonar/sonar-secret.txt</code>.</li>
   <li>For each property that you want to encrypt, <%= link_to 'generate the encrypted value', {:action => 'index'}, {:class => 'link-action'} %>
-    and replace the original values where ever they are stored
-    (configuration files, command lines)
+    and replace the original value wherever it is stored (configuration files, command lines)
   </li>
 </ul>
\ No newline at end of file