Search and Top Navigation
#8680 closed bug (notabug)
Opened October 15, 2012 07:26PM UTC
Closed October 15, 2012 07:41PM UTC
Last modified February 15, 2013 02:23AM UTC
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.
Attachments (0)
Change History (4)
Changed October 15, 2012 07:38PM UTC by comment:1
status: | new → open |
---|
Changed October 15, 2012 07:41PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | open → closed |
Pull request sent https://github.com/jquery/api.jqueryui.com/pull/54
Changed February 14, 2013 10:38PM UTC by comment:3
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'.
Changed February 15, 2013 02:23AM UTC by comment:4
Replying to [comment:3 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.