Skip to content

Commit 7d91586

Browse files
authored
Fix typo: if -> of
1 parent facbe1a commit 7d91586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/data_transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ that message with the ``invalid_message`` option (see below).
252252
Using the Transformer
253253
~~~~~~~~~~~~~~~~~~~~~
254254

255-
Next, you need to use the ``IssueToNumberTransformer`` object inside if ``TaskType``
255+
Next, you need to use the ``IssueToNumberTransformer`` object inside of ``TaskType``
256256
and add it to the ``issue`` field. No problem! Just add a ``__construct()`` method
257257
and type-hint the new class::
258258

0 commit comments

Comments
 (0)