Skip to content

Commit c213a4e

Browse files
mhagnumdwthePunderWoman
authored andcommitted
InMemoryBackendConfigArgs.passThruUnknownUrl: fix tsdoc (angular#52273)
PR Close angular#52273
1 parent aef7b2c commit c213a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/misc/angular-in-memory-web-api/src/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export abstract class InMemoryBackendConfigArgs {
7070
*/
7171
host?: string;
7272
/**
73-
* false (default) should pass unrecognized request URL through to original backend; true: 404
73+
* true, should pass unrecognized request URL through to original backend; false (default): 404
7474
*/
7575
passThruUnknownUrl?: boolean;
7676
/**

0 commit comments

Comments
 (0)