Skip to content

Commit 82234e5

Browse files
committed
Remove trailing whitespace
1 parent 2dd176e commit 82234e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ You can get the referral code via ``getExtraData``::
10021002
$extraData = $form->getExtraData();
10031003
$referralCode = $extraData['referralCode'] ?? null;
10041004
1005-
> Don't forget to set :ref:`allow_extra_fields <allow-extra-fields>` option to ``true`` on your form
1005+
> Don't forget to set :ref:`allow_extra_fields <allow-extra-fields>` option to ``true`` on your form
10061006

10071007
Learn more
10081008
----------

0 commit comments

Comments
 (0)