diff --git a/src/main/resources/com/google/jenkins/plugins/computeengine/ComputeEngineComputer/configure.jelly b/src/main/resources/com/google/jenkins/plugins/computeengine/ComputeEngineComputer/configure.jelly
index 64d9fe80..aa8ff94c 100644
--- a/src/main/resources/com/google/jenkins/plugins/computeengine/ComputeEngineComputer/configure.jelly
+++ b/src/main/resources/com/google/jenkins/plugins/computeengine/ComputeEngineComputer/configure.jelly
@@ -25,7 +25,7 @@
-
This is a read-only view. Click here to configure your instances.
+ This is a read-only view. Click here to configure your instances.
diff --git a/src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly b/src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly
index 1d7c90b7..bf4420fa 100644
--- a/src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly
+++ b/src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly
@@ -53,7 +53,7 @@
-
+
diff --git a/src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-windowsConfiguration.html b/src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-windowsConfiguration.html
index 273f26e3..3f846375 100644
--- a/src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-windowsConfiguration.html
+++ b/src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-windowsConfiguration.html
@@ -15,11 +15,11 @@
Enable this option if the launched machine is a Windows VM. The Windows VM must have the OpenSSH server feature
installed on it, Java installed on it, and you must have configured an administrative user with a username and password.
- The configured username and password should be set in the "Run as user" and "Windows account credentials" fields.
+ The configured username and password should be set in the Run as user and Windows account credentials fields.
If you do not have the aforementioned pre-installed, you can use the following startup script to automatically set up the minimum requirements.
- In this example the Windows username is "jenkins" and the password is "P@ssword2".
+ In this example the Windows username is jenkins and the password is P@ssword2.
See the help file below for Windows private SSH key if you wish to authenticate SSH via keys.