We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67075e commit ba543d0Copy full SHA for ba543d0
packages/firebase_vertexai/firebase_vertexai/lib/src/error.dart
@@ -108,7 +108,7 @@ final class VertexAISdkException implements Exception {
108
'Try updating to the latest version '
109
'(https://pub.dev/packages/firebase_vertexai/versions), '
110
'or file an issue at '
111
- 'https://github.com/firebase/flutterfire/issuess.';
+ 'https://github.com/firebase/flutterfire/issues.';
112
}
113
114
/// Parse the error json object.
0 commit comments