From b0bcb1b4f826a342794f04c142711f7100bf1c77 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 7 May 2019 11:49:09 +0100 Subject: [PATCH] docs: Fix incorrect link in limitations TOC Fixed typo in table of contents link name which broke the link. Fixes #456. Signed-off-by: James O. D. Hunt --- Limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Limitations.md b/Limitations.md index b8b2d590e..1919a6e6e 100644 --- a/Limitations.md +++ b/Limitations.md @@ -1,5 +1,5 @@ * [Overview](#overview) -* [Definition of a limitation](#definiton-of-a-limitation) +* [Definition of a limitation](#definition-of-a-limitation) * [Scope](#scope) * [Contributing](#contributing) * [Pending items](#pending-items)