Skip to content

Commit ec6560d

Browse files
typofixes (#85)
1 parent 70cd941 commit ec6560d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

config/telescope-toolbar.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| Telescope Toolbar Enabled
1010
|--------------------------------------------------------------------------
1111
|
12-
| This options disables the toolbar. Laravel Telescope needs to be
12+
| This option disables the toolbar. Laravel Telescope needs to be
1313
| enabled and Laravel needs to be in Debug mode.
1414
|
1515
*/
@@ -20,7 +20,7 @@
2020
| Telescope Auto Replace Requests
2121
|--------------------------------------------------------------------------
2222
|
23-
| This options automatically replaces the content of the toolbar with new
23+
| This option automatically replaces the content of the toolbar with new
2424
| (AJAX) requests.
2525
|
2626
*/
@@ -31,9 +31,9 @@
3131
| Use Telescope Theme ('light mode')
3232
|--------------------------------------------------------------------------
3333
|
34-
| This option enabled/disables the Light Theme.
34+
| This option enables/disables the Light Theme.
3535
| Laravel Telescope toolbar has two themes; Light and Dark.
36-
| By default is uses dark theme.
36+
| By default it uses dark theme.
3737
| Values be: 'auto', true, or false (default)
3838
|
3939
*/
@@ -44,7 +44,7 @@
4444
| Open links in new tab
4545
|--------------------------------------------------------------------------
4646
|
47-
| This option enabled/disables opening telescope links in a new tab.
47+
| This option enables/disables opening telescope links in a new tab.
4848
| By default, clicking on a tab will open telescope in the same tab.
4949
| Values be: true, false
5050
|
@@ -66,7 +66,7 @@
6666
| Middleware of Toolbar
6767
|--------------------------------------------------------------------------
6868
|
69-
| The middleware that is used for the Telescope API routes. By default
69+
| The middleware that is used for the Telescope API routes. By default,
7070
| it will use the Telescope middleware.
7171
|
7272
*/
@@ -106,7 +106,7 @@
106106
|--------------------------------------------------------------------------
107107
|
108108
| This options stores Redirect responses in the Session to show
109-
| them in in the Requests tab on the next 'real' response.
109+
| them in the Requests tab on the next 'real' response.
110110
|
111111
*/
112112
'store_redirects' => true,
@@ -116,8 +116,8 @@
116116
| Enable Dump Watcher
117117
|--------------------------------------------------------------------------
118118
|
119-
| This options listens for dumps always, without having the tab open.
120-
| You can specify the number of seconds it listens or disable with `false`
119+
| This option listens for dumps always, without having the tab open.
120+
| You can specify the number of seconds it listens or disable with `false`.
121121
|
122122
*/
123123
'dump_watcher' => false,
@@ -127,7 +127,7 @@
127127
| Collectors
128128
|--------------------------------------------------------------------------
129129
|
130-
| This options configures which collectors are shown
130+
| This option configures which collectors are shown.
131131
|
132132
*/
133133
'collectors' => [

0 commit comments

Comments
 (0)