diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index d76720927ad..8936d575d6c 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -273,7 +273,7 @@
All feature and regression test cases must be added to the
llvm/test directory. The appropriate sub-directory should be
selected (see the Testing Guide for
- details.
+ details).
Test cases should be written in LLVM assembly language unless the
feature or regression being tested requires another language.
Test cases, especially for regressions, should be as reduced as