Skip to content

Commit 157e818

Browse files
authored
Merge pull request #1691 from andrzh/andrew/fix-readme-typo
Fix README typo.
2 parents 45bc1c5 + 1ec8ddc commit 157e818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ wouldn't usually know about. The value is a list of dictionaries containing:
296296
"cmdline": [ "/path/to/gopls", "-rpc.trace" ],
297297
"filetypes": [ "go" ],
298298
"project_root_files": [ "go.mod" ],
299-
"tirggerCharacters": [ "." ]
299+
"triggerCharacters": [ "." ]
300300
} ]
301301
}
302302
```

0 commit comments

Comments
 (0)