Skip to content

Commit c765985

Browse files
Missing the d.
1 parent 830adca commit c765985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/StyleGuideController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function tsStyleGuide() {
6060
* The access result.
6161
*/
6262
public function tsStyleGuideAccess() {
63-
$enabled = $this->configFactory->get('ts_styleguide.settings')->get('enable');
63+
$enabled = $this->configFactory->get('ts_styleguide.settings')->get('enabled');
6464
return AccessResult::allowedIf($enabled);
6565
}
6666

0 commit comments

Comments
 (0)