Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix origin documentation #5676

Merged
merged 1 commit into from
Nov 28, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/IconMenu/IconMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class IconMenu extends Component {
* This is the point on the icon where the menu
* `targetOrigin` will attach.
* Options:
* vertical: [top, middle, bottom]
* horizontal: [left, center, right].
* vertical: [top, center, bottom]
* horizontal: [left, middle, right].
*/
anchorOrigin: propTypes.origin,
/**
Expand Down Expand Up @@ -104,8 +104,8 @@ class IconMenu extends Component {
* This is the point on the menu which will stick to the menu
* origin.
* Options:
* vertical: [top, middle, bottom]
* horizontal: [left, center, right].
* vertical: [top, center, bottom]
* horizontal: [left, middle, right].
*/
targetOrigin: propTypes.origin,
/**
Expand Down
8 changes: 4 additions & 4 deletions src/Popover/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class Popover extends Component {
* This is the point on the anchor where the popover's
* `targetOrigin` will attach to.
* Options:
* vertical: [top, middle, bottom];
* horizontal: [left, center, right].
* vertical: [top, center, bottom]
* horizontal: [left, middle, right].
*/
anchorOrigin: propTypes.origin,
/**
Expand Down Expand Up @@ -68,8 +68,8 @@ class Popover extends Component {
* This is the point on the popover which will attach to
* the anchor's origin.
* Options:
* vertical: [top, middle, bottom];
* horizontal: [left, center, right].
* vertical: [top, center, bottom]
* horizontal: [left, middle, right].
*/
targetOrigin: propTypes.origin,
/**
Expand Down