Skip to content

Commit b1279a9

Browse files
authored
Replace symbol with backref_symbol
It should be `backref_symbol`, not `symbol`.
1 parent 564525f commit b1279a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2.4/extensions/footnotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ This `string` option defines the prefix prepended to footnote elements.
130130

131131
## Adding Icons
132132

133-
You can use CSS to add a custom icon instead of providing a `symbol`:
133+
You can use CSS to add a custom icon instead of providing a `backref_symbol`:
134134

135135
```php
136136
$config = [
137137
'footnote' => [
138138
'backref_class' => 'footnote-backref',
139-
'symbol' => '',
139+
'backref_symbol' => '',
140140
],
141141
];
142142
```

0 commit comments

Comments
 (0)