Skip to content

Commit d9130c8

Browse files
authored
fix: comment typo (open-feature#315)
Signed-off-by: Todd Baert <[email protected]>
1 parent b4421fb commit d9130c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/providers/go-feature-flag/src/lib/errors/unauthorized.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ErrorCode, OpenFeatureError } from '@openfeature/js-sdk'
22

3-
// Unauthorized is an error send when the provider do an unauthorized call to the relay proxy.
3+
// Unauthorized is an error sent when the provider makes an unauthorized call to the relay proxy.
44
export class Unauthorized extends OpenFeatureError {
55
code: ErrorCode
66

0 commit comments

Comments
 (0)