diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md
index db5be04..c71884e 100644
--- a/Graphics-Driver-Issues.md
+++ b/Graphics-Driver-Issues.md
@@ -20,11 +20,11 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr
### NVIDIA (proprietary)
**OpenGL.**
-- FP precision issues with Nan/Inf values. Workaround implemented.
+- FP precision issues with Nan/Inf values. Workaround implemented.
NOTE: This is not a driver bug as it can be considered implementation-defined behavior.
**Vulkan.**
-- FP precision issues with Nan/Inf values. Workaround implemented.
+- FP precision issues with Nan/Inf values. Workaround implemented.
NOTE: This is not a driver bug as it can be considered implementation-defined behavior.
### Mesa