Skip to content

Commit 0f45ee3

Browse files
committed
docs: update comment
1 parent b7fed90 commit 0f45ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngx-page-scroll-core/src/lib/page-scroll-instance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { PageScrollViews } from './types/page-scroll-view';
55
import { EasingLogic } from './types/easing-logic';
66

77
/**
8-
* An Interface specifying the possible options to be passed into the newInstance() factory method
8+
* An Interface specifying the possible options to be passed into the {@link PageScrollService#create} method
99
*/
1010
export interface PageScrollOptions extends PageScrollConfig {
1111
/**

0 commit comments

Comments
 (0)