Skip to content

Commit 0a59f91

Browse files
Fix misspelling in pullDiagnostics.md (#2022)
Update pullDiagnostics.md
1 parent 8cc3833 commit 0a59f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_specifications/lsp/3.17/language/pullDiagnostics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export interface RelatedFullDocumentDiagnosticReport extends
230230
* Diagnostics of related documents. This information is useful
231231
* in programming languages where code in a file A can generate
232232
* diagnostics in a file B which A depends on. An example of
233-
* such a language is C/C++ where marco definitions in a file
233+
* such a language is C/C++ where macro definitions in a file
234234
* a.cpp and result in errors in a header file b.hpp.
235235
*
236236
* @since 3.17.0
@@ -256,7 +256,7 @@ export interface RelatedUnchangedDocumentDiagnosticReport extends
256256
* Diagnostics of related documents. This information is useful
257257
* in programming languages where code in a file A can generate
258258
* diagnostics in a file B which A depends on. An example of
259-
* such a language is C/C++ where marco definitions in a file
259+
* such a language is C/C++ where macro definitions in a file
260260
* a.cpp and result in errors in a header file b.hpp.
261261
*
262262
* @since 3.17.0

0 commit comments

Comments
 (0)