Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 28c8fa6

Browse files
committed
Fix comma/period typo on url view helper page
1 parent cf92cc6 commit 28c8fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/helpers/url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $url = $this->url(
112112
[
113113
'query' => [
114114
'page' => 13,
115-
].
115+
],
116116
]
117117
);
118118
?>

0 commit comments

Comments
 (0)