Skip to content

Commit

Permalink
docs: erroneous docs on placement (#623)
Browse files Browse the repository at this point in the history
* Fix erroneous docs on `placement`

* Fix erroneous docs on `placement`
  • Loading branch information
smrq authored and FezVrasta committed Apr 27, 2018
1 parent 981f562 commit 62b1b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/popper-documentation.md
Expand Up @@ -234,7 +234,7 @@ Some valid examples are:
- `top-end` (on top of reference, right aligned)
- `right-start` (on right of reference, top aligned)
- `bottom` (on bottom, centered)
- `auto-right` (on the side with more space available, alignment depends by placement)
- `auto-end` (on the side with more space available, alignment depends by placement)

**Kind**: static enum of [<code>Popper</code>](#Popper)
**Read only**: true
Expand Down
2 changes: 1 addition & 1 deletion packages/popper/src/methods/placements.js
Expand Up @@ -20,7 +20,7 @@
* - `top-end` (on top of reference, right aligned)
* - `right-start` (on right of reference, top aligned)
* - `bottom` (on bottom, centered)
* - `auto-right` (on the side with more space available, alignment depends by placement)
* - `auto-end` (on the side with more space available, alignment depends by placement)
*
* @static
* @type {Array}
Expand Down

0 comments on commit 62b1b1d

Please sign in to comment.