You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pipes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,7 +446,7 @@ We leave the implementation of this pipe to the reader, but note that like all o
446
446
447
447
#### Providing defaults
448
448
449
-
`Parse*` pipes expect a parameter's value to be defined. They throw an exception upon recieving`null` or `undefined` values. To allow an endpoint to accept parameter absence in queries we have to provide a default value which would get injected before `Parse*` pipes operate on these values. The `DefaultValuePipe` was introduced into Nest for that purpose.
449
+
`Parse*` pipes expect a parameter's value to be defined. They throw an exception upon receiving`null` or `undefined` values. To allow an endpoint to accept parameter absence in queries we have to provide a default value which would get injected before `Parse*` pipes operate on these values. The `DefaultValuePipe` was introduced into Nest for that purpose.
0 commit comments