Skip to content

Commit cc3246f

Browse files
committed
chore(*): Fix some spelling errors.
1 parent 8439d5e commit cc3246f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

projects/igniteui-angular/src/lib/directives/drag-drop/drag-drop.directive.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,6 @@ export interface IDragLocation {
163163
pageY: number;
164164
}
165165

166-
export interface IDragCustomAnimationArgs {
167-
duration?: number;
168-
timingFunction?: string;
169-
delay?: number;
170-
}
171-
172166
@Directive({
173167
exportAs: 'drag',
174168
selector: '[igxDrag]'
@@ -205,7 +199,7 @@ export class IgxDragDirective implements AfterContentInit, OnDestroy {
205199
* <div igxDrag [dragChannel]="'odd'">
206200
* <span>95</span>
207201
* </div>
208-
* <div igxDrag [dropChannel]="['odd', 'irrational']">
202+
* <div igxDrop [dropChannel]="['odd', 'irrational']">
209203
* <span>Numbers drop area!</span>
210204
* </div>
211205
* ```
@@ -1269,7 +1263,7 @@ export class IgxDropDirective implements OnInit, OnDestroy {
12691263
* <div igxDrag [dragChannel]="'odd'">
12701264
* <span>95</span>
12711265
* </div>
1272-
* <div igxDrag [dropChannel]="['odd', 'irrational']">
1266+
* <div igxDrop [dropChannel]="['odd', 'irrational']">
12731267
* <span>Numbers drop area!</span>
12741268
* </div>
12751269
* ```

0 commit comments

Comments
 (0)