Skip to content

Commit 4222137

Browse files
committed
wording
1 parent d37b2b9 commit 4222137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To get the full URL, not just the path info, you may use the `url` or `fullUrl`
8787
// With Query String...
8888
$url = $request->fullUrl();
8989

90-
You may also get the full URL after appending query parameters, so if the request is targeted at `http://domain.com/foo`, the following method will return `http://domain.com/foo?bar=baz`:
90+
You may also get the full URL and append query parameters. For example, if the request is targeted at `http://domain.com/foo`, the following method will return `http://domain.com/foo?bar=baz`:
9191

9292
$url = $request->fullUrlWithQuery(['bar' => 'baz']);
9393

0 commit comments

Comments
 (0)