Skip to content

Commit

Permalink
Fix typo in docstring (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarkilhed authored Feb 14, 2024
1 parent 90c5bc3 commit f624fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scenes/src/core/sceneGraph/sceneGraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function getDataLayers(sceneObject: SceneObject, localOnly = false): Scen

/**
* A utility function to find the closest ancestor of a given type. This function expects
* to find it and will throw an error if it does noit.
* to find it and will throw an error if it does not.
*/
export function getAncestor<ParentType>(
sceneObject: SceneObject,
Expand Down

0 comments on commit f624fe9

Please sign in to comment.