diff --git a/viewer/packages/api/src/public/migration/Cognite3DViewer.ts b/viewer/packages/api/src/public/migration/Cognite3DViewer.ts index 0fe987fc409..6cd7d3a7482 100644 --- a/viewer/packages/api/src/public/migration/Cognite3DViewer.ts +++ b/viewer/packages/api/src/public/migration/Cognite3DViewer.ts @@ -1323,7 +1323,7 @@ export class Cognite3DViewer { } /** - * Move camera to a place where a all objects in the scene are visible + * Move camera to a place where a all objects in the scene are visible. * @param duration The duration of the animation moving the camera. Set this to 0 (zero) to disable animation. */ fitCameraToVisualSceneBoundingBox(duration?: number): void {