From cb8981e45a6ad693eaae71550cb0f11c4df9c252 Mon Sep 17 00:00:00 2001 From: Konstantin Khitrykh Date: Wed, 19 Jun 2019 02:44:38 +0700 Subject: [PATCH] Fix typo in documentation --- Documentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/README.md b/Documentation/README.md index 2a58a5c7..6b06dbc8 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -10,6 +10,6 @@ Here we introduce four high level components for the navigation system: These components comprise the high level controls for building and using NavMeshes at runtime as well as edit time. ## Techniques and Patterns -* [Connecting NavMesh Surfaces](ConnectingSurfaces.md) using the NavMeshLink compoenent. +* [Connecting NavMesh Surfaces](ConnectingSurfaces.md) using the NavMeshLink component.