Skip to content

Commit 2c1264c

Browse files
committed
Grammar fixes
1 parent 0c471f0 commit 2c1264c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.mkd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ We will be using a [Vagrant][] managed VirtualBox install as a base system.
3131

3232
config.vm.box = "precise32"
3333

34-
5. Uncomment the following line in the generated `Vagrantfile` to enable port
35-
forwarding:
34+
5. Uncomment and edit the following line in the generated `Vagrantfile` to
35+
enable port forwarding:
3636

3737
config.vm.forward_port 8080, 8080
3838

@@ -95,14 +95,14 @@ To build the CSS Validator WAR file, run:
9595

9696
### 5. Deploy CSS Validator
9797

98-
Deploy the CSS Validator WAR file:
98+
Deploy the CSS Validator WAR file with:
9999

100100
sudo cp ~/build/2002/css-validator/css-validator.war /var/lib/tomcat7/webapps
101101

102102
### 6. Launch Tomcat
103103

104104
*Note*: Ubuntu's default configuration starts Tomcat on install and at system
105-
startup.
105+
startup.
106106

107107
Start Tomcat using:
108108

0 commit comments

Comments
 (0)