diff --git a/developing-with-monado.md b/developing-with-monado.md
index fe337541f82487ef788ebac9d05a469b96f179e6..1025526400b2b4e4592e161befdee834d94288a6 100644
--- a/developing-with-monado.md
+++ b/developing-with-monado.md
@@ -98,7 +98,7 @@ executable('example', ['main.c'], dependencies: [openxr_dep])
 
 # Application
 
-With this project setup you can start including the `<openxr/openx.h>` header and start calling OpenXR functions.
+With this project setup you can start including the `<openxr/openxr.h>` header and start calling OpenXR functions.
 
 As a starting point, here is a minimal C example for starting an OpenGL application on Linux with the xlib graphics binding.