Skip to content

Commit

Permalink
docs(gestures): fix dgeni tag
Browse files Browse the repository at this point in the history
Closes #7721
  • Loading branch information
ramonornela authored and mhartington committed Aug 14, 2016
1 parent 8d0cc39 commit 90929d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gestures/gesture-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface GestureOptions {
}

/**
* @priavte
* @private
*/
@Injectable()
export class GestureController {
Expand Down Expand Up @@ -152,7 +152,7 @@ export class GestureController {
}

/**
* @priavte
* @private
*/
export class GestureDelegate {
private disable: string[];
Expand Down

0 comments on commit 90929d0

Please sign in to comment.