Skip to content

Commit f3e6e79

Browse files
authored
Merge pull request #1182 from hydephp/update-configuration-stubs
Minor config file style cleanups
2 parents be3f643 + 5929209 commit f3e6e79

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

config/docs.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*/
1212

1313
return [
14+
1415
/*
1516
|--------------------------------------------------------------------------
1617
| Sidebar Settings

config/markdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
| Remember that you may need to install any third party extensions
2424
| through Composer before you can use them.
2525
|
26-
| Hyde ships with the Github Flavored Markdown extension.
26+
| Hyde ships with the GitHub Flavored Markdown extension.
2727
| The Torchlight extension is enabled automatically when needed.
2828
|
2929
*/

packages/framework/config/docs.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*/
1212

1313
return [
14+
1415
/*
1516
|--------------------------------------------------------------------------
1617
| Sidebar Settings

packages/framework/config/markdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
| Remember that you may need to install any third party extensions
2424
| through Composer before you can use them.
2525
|
26-
| Hyde ships with the Github Flavored Markdown extension.
26+
| Hyde ships with the GitHub Flavored Markdown extension.
2727
| The Torchlight extension is enabled automatically when needed.
2828
|
2929
*/

0 commit comments

Comments
 (0)