We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
misspell
1 parent b4b4a2f commit 5009cbaCopy full SHA for 5009cba
src/Indexer.php
@@ -96,7 +96,7 @@ public function __construct(
96
}
97
98
/**
99
- * Will read and parse the passed source files in the project and add them to the appropiate indexes
+ * Will read and parse the passed source files in the project and add them to the appropriate indexes
100
*
101
* @return Promise <void>
102
*/
src/Protocol/DocumentHighlightKind.php
@@ -8,7 +8,7 @@
8
abstract class DocumentHighlightKind
9
{
10
11
- * A textual occurrance.
+ * A textual occurrence.
12
13
const TEXT = 1;
14
0 commit comments