[ScribdBridge] Update example profile URL value (#2578)

This commit is contained in:
Joseph 2022-03-31 13:58:23 +00:00 committed by GitHub
parent d6b431a34b
commit 7280ed7df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class ScribdBridge extends BridgeAbstract {
'type' => 'text',
'required' => true,
'title' => 'Profile URL. Example: https://www.scribd.com/user/164147088/Ars-Technica',
'exampleValue' => 'https://www.scribd.com/user/'
'exampleValue' => 'https://www.scribd.com/user/164147088/Ars-Technica'
),
));