diff --git a/docs/LangRef.html b/docs/LangRef.html
index 5eef2253262..2e34afb6d22 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -492,7 +492,7 @@ All Global Variables and Functions have one of the following types of linkage:
internal:
- Similar to private, but the value show as a local symbol (STB_LOCAL in
+ Similar to private, but the value shows as a local symbol (STB_LOCAL in
the case of ELF) in the object file. This corresponds to the notion of the
'static' keyword in C.