Skip to content

Commit ba543d0

Browse files
fix(firebase_vertexai): Corrected minor typo in VertexAISDKException (#17033)
1 parent c67075e commit ba543d0

File tree

1 file changed

+1
-1
lines changed
  • packages/firebase_vertexai/firebase_vertexai/lib/src

1 file changed

+1
-1
lines changed

packages/firebase_vertexai/firebase_vertexai/lib/src/error.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ final class VertexAISdkException implements Exception {
108108
'Try updating to the latest version '
109109
'(https://pub.dev/packages/firebase_vertexai/versions), '
110110
'or file an issue at '
111-
'https://github.com/firebase/flutterfire/issuess.';
111+
'https://github.com/firebase/flutterfire/issues.';
112112
}
113113

114114
/// Parse the error json object.

0 commit comments

Comments
 (0)