Skip to content

Commit

Permalink
fix spelling in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Aug 23, 2022
1 parent 5bd2a12 commit 66d7889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ You can use this widget setting the "widgetFactory" property of a form field:
# Register Norobots validator for the correponding field in the IContactInfo interface
validator.WidgetValidatorDiscriminators(NorobotsValidator, field=INorobotsForm['norobots'])

In your configure.zcml you have to add the following adapter, to make the valdiation work.
In your configure.zcml you have to add the following adapter, to make the validation work.
::

<adapter factory=".contact_info.NorobotsValidator" />
Expand Down

0 comments on commit 66d7889

Please sign in to comment.