There was an error while loading. Please reload this page.
1 parent b4421fb commit d9130c8Copy full SHA for d9130c8
libs/providers/go-feature-flag/src/lib/errors/unauthorized.ts
@@ -1,6 +1,6 @@
1
import { ErrorCode, OpenFeatureError } from '@openfeature/js-sdk'
2
3
-// Unauthorized is an error send when the provider do an unauthorized call to the relay proxy.
+// Unauthorized is an error sent when the provider makes an unauthorized call to the relay proxy.
4
export class Unauthorized extends OpenFeatureError {
5
code: ErrorCode
6
0 commit comments