summaryrefslogtreecommitdiff
path: root/http/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'http/server.go')
-rw-r--r--http/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/server.go b/http/server.go
index 41e39133..22c6380a 100644
--- a/http/server.go
+++ b/http/server.go
@@ -8,7 +8,7 @@ import (
"strconv"
)
-// Service serves http connections to underlying PHP application using PSR-7 protocol. Context will include request headers,
+// service serves http connections to underlying PHP application using PSR-7 protocol. Context will include request headers,
// parsed files and query, payload will include parsed form dataTree (if any).
type Server struct {
cfg *Config