Skip to content

Commit

Permalink
Merge pull request #1085 from librariam/patch-56
Browse files Browse the repository at this point in the history
Fixed typo in $typographField spotted by a user
  • Loading branch information
asmecher committed May 12, 2023
2 parents 1008c80 + d69b6fc commit 88bdf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkp-theming-guide/en/theme-options-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Get the option's `Field` object to manipulate it directly.
```php
public function init() {
$typographyField = $this->getOptionConfig('typography');
$typographField->label = __('plugins.themes.default.option.typography.label');
$typographyField->label = __('plugins.themes.default.option.typography.label');
}
```

Expand Down

0 comments on commit 88bdf7c

Please sign in to comment.