Skip to content

Commit da0b903

Browse files
Apply suggestions from code review
Co-authored-by: Navaron Bracke <[email protected]>
1 parent ba4a2e5 commit da0b903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/webview_flutter/webview_flutter_web/lib/src/http_request_factory.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class HttpRequestFactory {
2424
///
2525
/// The Future is completed when the [web.Response] is available.
2626
///
27-
/// If specified, `sendData` will be sent as the `body` of the fetch.
27+
/// If specified, [sendData] will be sent as the `body` of the fetch.
2828
///
2929
/// The [withCredentials] parameter specified that credentials such as a cookie
3030
/// (already) set in the header or
@@ -55,7 +55,7 @@ class HttpRequestFactory {
5555
/// // Do something with the response.
5656
/// });
5757
///
58-
/// Requests for file:// URIs are only supported by Chrome extensions
58+
/// Requests for `file://` URIs are only supported by Chrome extensions
5959
/// with appropriate permissions in their manifest. Requests to file:// URIs
6060
/// will also never fail- the Future will always complete successfully, even
6161
/// when the file cannot be found.

0 commit comments

Comments
 (0)