#8680 closed bug (notabug)
Typo on position() docs
Reported by: | catchmyfame | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.position | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://api.jqueryui.com/position/
Under the options for "my" parameter:
Perecentage offsets are relative to the element being positioned.
Should be
Percentage offsets are relative to the element being positioned.
Change History (4)
comment:1 Changed 10 years ago by
Status: | new → open |
---|
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | open → closed |
comment:3 follow-up: 4 Changed 10 years ago by
The same typo is repeated under the 'at' parameter. It says 'Perecentage offsets are relative to the target element' when it should say 'Percentage offsets are relative to the target element'.
comment:4 Changed 10 years ago by
Replying to DavidLewington:
The same typo is repeated under the 'at' parameter. It says 'Perecentage offsets are relative to the target element' when it should say 'Percentage offsets are relative to the target element'.
Thanks - https://github.com/jquery/api.jqueryui.com/commit/0499f869403d3e3876052577a9acefb2a57d6e2f. In the future you can report these issues at https://github.com/jquery/api.jqueryui.com/issues.
Pull request sent https://github.com/jquery/api.jqueryui.com/pull/54