Skip to content

Commit

Permalink
documentation typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Sep 20, 2023
1 parent b123af0 commit 753e302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/accessibility/pdom/ParallelDOM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2576,7 +2576,8 @@ export default class ParallelDOM extends PhetioObject {
/**
* Sets a function on this Node that will be used by the animatedPanZoomSingleton. It will try to keep these global
* bounds visible in the viewport when this Node (or any ancestor) has a transformation change while actively
* focused. This the bounds of your focusable Node do not accurately surround conceptual interactive component.
* focused. This is useful if the bounds of your focusable Node do not accurately surround the conceptual interactive
* component.
*
* @param createFocusPanTargetBounds - returns bounds in the global coordinate frame
*/
Expand Down

0 comments on commit 753e302

Please sign in to comment.