Skip to content

Commit 3fce922

Browse files
committed
Fix typo
1 parent b8a17f6 commit 3fce922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/dynamic_form_generation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ of what a bare form class looks like::
3535

3636
Let's assume for a moment that this form utilizes an imaginary "Product" class
3737
that has only two relevant properties ("name" and "price"). The form generated
38-
from this class will look the exact same regardless of a new Product is being created
38+
from this class will look the exact same regardless if a new Product is being created
3939
or if an existing product is being edited (e.g. a product fetched from the database).
4040

4141
Suppose now, that you don't want the user to be able to change the ``name`` value

0 commit comments

Comments
 (0)