Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Jan 29, 2019
1 parent 44a9743 commit b62909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Portal/Portal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export interface PortalProps extends ChildrenComponentProps, ContentComponentPro
/** Accessibility behavior object to apply on trigger node. */
triggerAccessibility?: TriggerAccessibility

/** Assigns a passed ref or called with a ref to the trigger node. */
/** Sets trigger node to passed ref. */
triggerRef?: React.Ref<any>

/**
Expand Down

0 comments on commit b62909a

Please sign in to comment.