Merge pull request #1368 from ahelpingchip/fix-docs-typos

Fix minor typos in docs
diff --git a/Docs/MoltenVK_Runtime_UserGuide.md b/Docs/MoltenVK_Runtime_UserGuide.md
index 3ee145f..117b14e 100644
--- a/Docs/MoltenVK_Runtime_UserGuide.md
+++ b/Docs/MoltenVK_Runtime_UserGuide.md
@@ -64,7 +64,7 @@
 *Vulkan*, which uses *SPIR-V*. **MoltenVK** automatically converts your *SPIR-V* shaders 
 to their *MSL* equivalents.
 
-To provide *Vulkan* capability to the*macOS*, *iOS*, and *tvOS* platforms, **MoltenVK** uses 
+To provide *Vulkan* capability to the *macOS*, *iOS*, and *tvOS* platforms, **MoltenVK** uses 
 *Apple's* publicly available API's, including *Metal*. **MoltenVK** does **_not_** use any 
 private or undocumented API calls or features, so your app will be compatible with all 
 standard distribution channels, including *Apple's App Store*.
@@ -449,7 +449,7 @@
 <a name="shader_load_time"></a>
 ### Shader Loading Time
 
-A number of steps is require to load and compile *SPIR-V* shaders into a form that *Metal* can use. 
+A number of steps is required to load and compile *SPIR-V* shaders into a form that *Metal* can use. 
 Although the overall process is fast, the slowest step involves converting shaders from *SPIR-V* to
 *MSL* source code format.
 
diff --git a/Docs/Whats_New.md b/Docs/Whats_New.md
index 5dfa180..cd22261 100644
--- a/Docs/Whats_New.md
+++ b/Docs/Whats_New.md
@@ -4,7 +4,7 @@
 
 
 
-#What's New in MoltenVK
+# What's New in MoltenVK
 
 Copyright (c) 2015-2021 [The Brenwill Workshop Ltd.](http://www.brenwill.com)
 
@@ -166,7 +166,7 @@
 MoltenVK 1.1.1
 --------------
 
-Released 2010/12/09
+Released 2020/12/09
 
 - Add support for extensions:
 	- `VK_KHR_sampler_mirror_clamp_to_edge` (iOS)