Skip to content

Commit 4685b52

Browse files
committed
Specify correct service in docs
Signed-off-by: Akshat Patel <[email protected]>
1 parent 6ad5f87 commit 4685b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/modal.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { PlaceholderService } from "carbon-components-angular/placeholder";
66
import { BaseModalService } from "./base-modal.service";
77

88
/**
9-
* Extends Modal Service to create Alert Modal with a function call. Placed in a seperate service
9+
* Extends Base Modal Service to create Alert Modal with a function call. Placed in a seperate service
1010
* to prevent remote scoping (NG3003) which has side effects. Hence, import cycles are not allowed when
1111
* compilationMode is set to `partial`.
1212
*

0 commit comments

Comments
 (0)