Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xugao committed Jun 22, 2020
1 parent b7617c3 commit fe87fa5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
@@ -1,8 +1,8 @@
{
"type": "prerelease",
"comment": "Remove KeytipData for Checkbox,Toggle,Link",
"comment": "Remove KeytipData for Checkbox, Toggle, and Link.",
"packageName": "@fluentui/react-next",
"email": "xgao@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-06-22T18:18:19.664Z"
}
}
@@ -1,8 +1,8 @@
{
"type": "patch",
"comment": "export useKeytipData from index",
"comment": "Export useKeytipData from index.",
"packageName": "office-ui-fabric-react",
"email": "xgao@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-06-22T18:18:04.940Z"
}
}
Expand Up @@ -14,7 +14,7 @@ export interface IKeytipData {
}

/**
* Hook that create attributes for component which enabled with Keytip.
* Hook that creates attributes for components which are enabled with Keytip.
*/
export function useKeytipData(options: KeytipDataOptions): IKeytipData {
const uniqueId = React.useRef<string>();
Expand Down
2 changes: 1 addition & 1 deletion packages/react-next/src/compat/withKeytipData.tsx
Expand Up @@ -4,7 +4,7 @@ import { KeytipDataOptions, useKeytipData, IKeytipData } from '../KeytipData';

/**
* HOC to output wrapped component that supports keytipProps prop,
* given an input component that has keytipProps prop deprecated.
* given an input component that has deprecated keytipProps prop.
*
* @param Component - Component with keytipData prop and deprecated keytipProps prop.
*/
Expand Down

0 comments on commit fe87fa5

Please sign in to comment.