Skip to content

Commit c4bf321

Browse files
Update controller.rst
1 parent 7a14b7f commit c4bf321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ if you want to map a nested array of specific DTOs::
541541

542542
.. tip::
543543

544-
It's recommanded to use built-in types (like `int`, `bool`, `string`...) for mapping. Using custom types can expose your application implementation outside with errors during denormalization.
544+
If using typed properties with `MapRequestPayload`, it's recommanded to use built-in types (like `int`, `bool`, `string`...) for mapping. Using custom types can expose your application implementation outside with errors during denormalization.
545545

546546
Managing the Session
547547
--------------------

0 commit comments

Comments
 (0)