Skip to content

Commit

Permalink
fix initWithServices reference in typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 12, 2024
1 parent 362d076 commit a906650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/controller/DoorbellController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface DoorbellOptions {
* and would collide otherwise.
* As the possibility exists, both the CameraController and DoorbellController are written to support migration
* from one to another. Meaning a serialized CameraController can be initialized as a DoorbellController
* (on startup in {@link initWithServices}) and vice versa.
* (on startup in {@link Controller.initWithServices}) and vice versa.
*
* @group Doorbell
*/
Expand Down

0 comments on commit a906650

Please sign in to comment.