Merge pull request #5 from waldyrious/patch-1

documentation/latest: fix typo, adjust formatting
diff --git a/source/documentation/latest.html.md b/source/documentation/latest.html.md
index b9df579..95d4163 100644
--- a/source/documentation/latest.html.md
+++ b/source/documentation/latest.html.md
@@ -22,9 +22,9 @@
 
 ## Building
 
-Java resources can be build using `mvn package.` The current stable version should always be available from Maven Central.
+Java resources can be built using `mvn package`. The current stable version should always be available from Maven Central.
 
-C++ thrift resources can be generated via make.
+C++ thrift resources can be generated via `make`.
 
 Thrift can be also code-genned into any other thrift-supported language.