From 66d788956ecbc82279a5a896a746c5d2a0defa0a Mon Sep 17 00:00:00 2001 From: Maik Derstappen Date: Tue, 23 Aug 2022 11:15:04 +0300 Subject: [PATCH] fix spelling in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5f8f67f..1c94f0e 100644 --- a/README.rst +++ b/README.rst @@ -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. ::