Skip to content

Commit 0908346

Browse files
authored
Fixed missing single quote in Admin Configuration.md
Not much to say, just another hypotetical typo I stumbled upon while using the docs
1 parent 6832008 commit 0908346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/developing-extensions/Admin-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class {identifier}SettingsFormRequest extends AdminFormRequest
134134
return [
135135
'theme' => 'Theme',
136136
'customName' => 'Custom Name',
137-
'count' => 'Count,
137+
'count' => 'Count',
138138
];
139139
}
140140
}
@@ -254,4 +254,4 @@ And now you're done. You should be able to load and save your admin configuratio
254254
<div class="btn-group docs-navigator" role="group" aria-label="Navigation" style="float: right">
255255
<a href="?page=developing-extensions/Custom-controllers" class="btn btn-dark bg-light-subtle border-0 rounded-start-pill">Previous</a>
256256
<a href="?page=developing-extensions/Custom-table-and-migrations" class="btn btn-dark bg-light-subtle border-0 rounded-end-pill">Next</a>
257-
</div>
257+
</div>

0 commit comments

Comments
 (0)