Skip to content

Commit 508d74d

Browse files
committed
Fix typo
Signed-off-by: Tobias Guggenmos <tobias.guggenmos@uni-ulm.de>
1 parent 1dcfd55 commit 508d74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func CreateHandler(ctx context.Context, metadataService promClient.MetadataServi
4040
}
4141

4242
// CreateInstHandler creates an instrumented http.Handler for the PromQL langserver REST API.
43-
// In addtion to the endpoints created with CreateHandler, a /metrics endpoint is provided.
43+
// In addition to the endpoints created with CreateHandler, a /metrics endpoint is provided.
4444
//
4545
// If you use the REST API with some middleware that already provides its own instrumentation,
4646
// use CreateHandler instead.

0 commit comments

Comments
 (0)