From 8a9ca192be1167932a0cb359a346668d9f1d03e7 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 18 Jun 2020 22:26:33 -0400 Subject: [PATCH] spelling: omitting --- indexFormat/versions/specification-0-3-x.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indexFormat/versions/specification-0-3-x.md b/indexFormat/versions/specification-0-3-x.md index a8755aa..e02e5b8 100644 --- a/indexFormat/versions/specification-0-3-x.md +++ b/indexFormat/versions/specification-0-3-x.md @@ -234,7 +234,7 @@ export interface DefinitionResult { } ``` -Optionally results can be emitted lazily, by ommiting `result` field and adding results later with an `item` edge (without `property`). +Optionally results can be emitted lazily, by omitting `result` field and adding results later with an `item` edge (without `property`). ### Request: `textDocument/declaration` @@ -483,7 +483,7 @@ interface ImplementationResult { } ``` -Optionally results can be emitted lazily, by ommiting `result` field and adding results later with an `item` edge (without `property`). +Optionally results can be emitted lazily, by omitting `result` field and adding results later with an `item` edge (without `property`). ### Request: `textDocument/typeDefinition` @@ -521,7 +521,7 @@ The relevant emitted vertices and edges looks like this: { id: 38, type: "edge", label: "textDocument/typeDefinition", outV: 26, inV:37 } ``` -Optionally results can be emitted lazily, by ommiting `result` field and adding results later with an `item` edge (without `property`). +Optionally results can be emitted lazily, by omitting `result` field and adding results later with an `item` edge (without `property`). ### Document requests