mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-30 21:35:33 +03:00
[ElsevierBridge] fix: typo in exampleValue
This commit is contained in:
parent
6e0589f9a0
commit
8b59772be3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class ElsevierBridge extends BridgeAbstract {
|
||||||
'j' => array(
|
'j' => array(
|
||||||
'name' => 'Journal name',
|
'name' => 'Journal name',
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'exampleValue' => 'academic-pediactrics',
|
'exampleValue' => 'academic-pediatrics',
|
||||||
'title' => 'Insert html-part of your journal'
|
'title' => 'Insert html-part of your journal'
|
||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
|
Loading…
Add table
Reference in a new issue