Skip to content

Commit f595956

Browse files
committed
fix typo
1 parent cff8957 commit f595956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/functions_client/lib/src/functions_client.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class FunctionsClient {
3939

4040
/// Updates the authorization header
4141
///
42-
/// [token] - the new jwt token sent in the authorisation header
42+
/// [token] - the new jwt token sent in the authorization header
4343
void setAuth(String token) {
4444
_headers['Authorization'] = 'Bearer $token';
4545
}
@@ -53,7 +53,7 @@ class FunctionsClient {
5353
/// [body] of the request when [files] is null and can be of type String
5454
/// or an Object that is encodable to JSON with `jsonEncode`.
5555
/// If [files] is not null, [body] represents the fields of the
56-
/// [MultipartRequest] and must be be of type `Map<String, String>`.
56+
/// [MultipartRequest] and must be of type `Map<String, String>`.
5757
///
5858
/// [files] to send in a `MultipartRequest`. [body] is used for the fields.
5959
///

0 commit comments

Comments
 (0)