Skip to content

Commit

Permalink
docs(MeetingControl): update param description specifying prop
Browse files Browse the repository at this point in the history
  • Loading branch information
lalli-flores committed Feb 18, 2020
1 parent fe4ef32 commit 4d9072d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WebexMeetingControl/WebexMeetingControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {useMeetingControl} from '../hooks';
* WebexMeetingControl component represents an action that can
* be taken in a meeting.
*
* @param {object} props
* @param {string} props.type Name of the control as defined in adapter
* @returns {object} JSX of the component
*/
export default function WebexMeetingControl({type}) {
Expand Down

0 comments on commit 4d9072d

Please sign in to comment.