Skip to content

Commit

Permalink
Update packages/tools/devtools/devtools/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Smithrud <[email protected]>
  • Loading branch information
chentong7 and Josmithr authored Feb 14, 2025
1 parent 3721667 commit ac824e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/devtools/devtools/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function mapContainerProps(
}

/**
* Gets the Devtools singleton if it has been initialized, otherwise returns `undefined`.
* Gets the Devtools singleton if it has been {@link initializeFluidDevtools | initialized}, otherwise returns `undefined`.
* @beta
*/
export function tryGetFluidDevtools(): IFluidDevtools | undefined {
Expand Down

0 comments on commit ac824e2

Please sign in to comment.