Skip to content

Commit

Permalink
Merge pull request #23 from balinterdi/patch-2
Browse files Browse the repository at this point in the history
Fix typo: modals-overlay => modal-overlays
  • Loading branch information
raycohen committed Apr 27, 2015
2 parents f9280b2 + 3ef4efb commit d70401c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This component uses the ember-wormhole component to render a dialog by appending

## Configuring the Modal Root Element Id

This default id of the modal root element is `modals-overlay` and can be overridden in environment application options as follows:
This default id of the modal root element is `modal-overlays` and can be overridden in environment application options as follows:

```javascript
module.exports = function(environment) {
Expand Down

0 comments on commit d70401c

Please sign in to comment.