Skip to content

Commit 02997ed

Browse files
fixed issue example
1 parent dd958f9 commit 02997ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-1.3.x/Configuration/Abbreviations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $configValue = config()->get('abbreviations');
2525
To adjust the Abbreviations feature, use:
2626

2727
```php
28-
config()->set('abbreviations', (bool|array) $value);
28+
$ParsedownExtended->config()->set('abbreviations', (bool|array) $value);
2929
```
3030

3131
- `$value` can be a boolean to enable or disable the feature globally, or an array for more detailed configuration options.
@@ -74,4 +74,4 @@ $ParsedownExtended->config()->set('abbreviations', [
7474
'JS' => 'JavaScript',
7575
],
7676
]);
77-
```
77+
```

0 commit comments

Comments
 (0)