Skip to content

Commit 10fa5b6

Browse files
committed
Fix typo in comment
1 parent 4d071b5 commit 10fa5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/telemetry/src/logging/appcheck-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class AppCheckProvider implements DynamicHeaderProvider {
4747

4848
const appCheckToken = await this.appCheck.getToken();
4949
// The error field must be checked as when there is an error, the token field is populated with
50-
// a dummy error.
50+
// a dummy token.
5151
if (!appCheckToken || !!appCheckToken.error) {
5252
return null;
5353
}

0 commit comments

Comments
 (0)