From 469ce153d4ebb41e9eed46cb15db4e06e41e2740 Mon Sep 17 00:00:00 2001
From: Christoph Haag <christoph.haag@collabora.com>
Date: Mon, 24 Feb 2025 19:13:15 +0100
Subject: [PATCH] fix typos

---
 index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.md b/index.md
index 6762e67..fd78613 100644
--- a/index.md
+++ b/index.md
@@ -22,7 +22,7 @@ On Android Monado comes with support for the built in IMU of most smartphones to
 enable 3DoF experiences, similar to Google Cardboard.
 
 On Windows, mostly simulated HMD and controller drivers are usable. Direct Mode
-acces for existing HMDs when not using NDA APIs remains a major blocker.
+access for existing HMDs when not using NDA APIs remains a major blocker.
 
 ## Important links
 
@@ -35,7 +35,7 @@ acces for existing HMDs when not using NDA APIs remains a major blocker.
 ## Highlights
 
 * [Officially an OpenXR conformant implementation](https://www.collabora.com/news-and-blog/news-and-events/monado-2100-officially-conformant-openxr-implementation.html) of the [OpenXR API](https://www.khronos.org/openxr)
-  * Supports Vulkan, OpenGL (ES), D3D11 (Windows only), D3D12 (Windows only), and Headless applications
+  * Supports Vulkan, OpenGL & ES, D3D11 (Windows only), D3D12 (Windows only), and Headless applications
   * Full support for Local, Stage, Local Floor, and Action space relations
   * Action based input
   * OpenXR Extensions:
@@ -58,7 +58,7 @@ acces for existing HMDs when not using NDA APIs remains a major blocker.
   * Cardboard viewer
 * XR Compositor
   * [Direct mode on AMD, NVidia and Intel GPUs]({% link direct-mode.md %})
-  * Mesh based distortion with generators for various suopported HMDs such as Vive/Index parameters, Windows Mixed Reality, OpenHMD's Panotools
+  * Mesh based distortion with generators for various supported HMDs such as Vive/Index parameters, Windows Mixed Reality, OpenHMD's Panotools
   * Supports multiple simultaneous projection layers and quad layers
 * Driver framework allowing easy integration of existing drivers
   * Out of the box support for multiple XR devices with open source drivers
-- 
GitLab