Skip to content

Commit 1ec8ddc

Browse files
committed
Fix readme typo.
1 parent 45bc1c5 commit 1ec8ddc

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)