From 3c6c8b768aa66d5f16e3f6e9bd1380ffe5eb4455 Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Wed, 22 Jul 2020 00:16:57 +0200 Subject: [PATCH] Fix typo --- _specifications/specification-3-16.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_specifications/specification-3-16.md b/_specifications/specification-3-16.md index 4fbfa94..c9869d6 100644 --- a/_specifications/specification-3-16.md +++ b/_specifications/specification-3-16.md @@ -4445,7 +4445,7 @@ export interface DocumentSymbolClientCapabilities { /** * The client supports tags on `SymbolInformation`. Tags are supported on - * `DocumentSymbol` if `hierarchicalDocumentSymbolSupport` is set tot true. + * `DocumentSymbol` if `hierarchicalDocumentSymbolSupport` is set to true. * Clients supporting tags have to handle unknown tags gracefully. * * @since 3.16.0