Skip to content

Commit 18b840b

Browse files
committed
Apply suggestion from @daveshanley
typo
1 parent 10669a2 commit 18b840b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func NewServer(version string, lintRequest *utils.LintFileRequest) *ServerState
161161
// This allows you to determine specifically what rules should be applied per spec, e.g.:
162162
//
163163
// Have different teams which require different rules?
164-
// Check the value of info.contact.name in the spec and return the releant rules for that team.
164+
// Check the value of info.contact.name in the spec and return the relevant rules for that team.
165165
//
166166
// Want to enable OWASP rules for only a specific server?
167167
// Check the value of servers[0].url and return the rules including the OWASP ruleset

0 commit comments

Comments
 (0)