Fix 'to always' repeating typo in refs-notes-review.md

Remove extra blank line in about.md.

Change-Id: I1a043483153150508cd43e4c4c927160ca59affb
diff --git a/src/main/resources/Documentation/about.md b/src/main/resources/Documentation/about.md
index ded934b..4e76dea 100644
--- a/src/main/resources/Documentation/about.md
+++ b/src/main/resources/Documentation/about.md
@@ -1,3 +1,2 @@
 Stores review information for Gerrit changes in the refs/notes/review
 branch.
-
diff --git a/src/main/resources/Documentation/refs-notes-review.md b/src/main/resources/Documentation/refs-notes-review.md
index a504025..20fd3c7 100644
--- a/src/main/resources/Documentation/refs-notes-review.md
+++ b/src/main/resources/Documentation/refs-notes-review.md
@@ -14,8 +14,7 @@
   $ git fetch origin refs/notes/review:refs/notes/review
 ```
 
-It is also possible to [configure git][1] to always to always fetch
-`refs/notes/review`:
+It is also possible to [configure git][1] to always fetch `refs/notes/review`:
 
 ```
   $ git config --add remote.origin.fetch refs/notes/review:refs/notes/review