From 57f38c38a425a1d039191e9ec697c97ee10eae2a Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Mon, 9 Jan 2023 01:23:11 +0200 Subject: [PATCH] Fix typo (#2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 567a22a..d98b784 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ dependencies: [ ## Extra Features -For the most part, this library strives to be a straightfoward version of the spec in Swift. There are a few places, however, where it just makes sense to pull in some extra functionality. +For the most part, this library strives to be a straightforward version of the spec in Swift. There are a few places, however, where it just makes sense to pull in some extra functionality. - `Snippet`: makes it easier to interpret the contents of completion results - `SemanticTokensClient`: helps to consume Semantic Token information