Skip to content

Commit ce23870

Browse files
author
Maurice Snip
committed
docs: fix typo
1 parent 0cc32a8 commit ce23870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default class Client {
1717
* Creates a client.
1818
*
1919
* @param {Object} [options={}] - The options for the client.
20-
* @param {String} [options.baseUrl='/api'] - The base path of the API.
20+
* @param {String} [options.basePath='/api'] - The base path of the API.
2121
* @param {String} [options.baseUrl=window.location.origin] - The base URL of the API.
2222
* @param {Function} [options.fetchClient=fetch.bind(window)] - The fetch client to use.
2323
* @param {Object} [options.fetchOptions={}] - The options for the fetch client.

0 commit comments

Comments
 (0)