Skip to content

Commit

Permalink
jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 29, 2024
1 parent d52475c commit ff16243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dom-adapters/src/InlineToolsAdapter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class InlineToolsAdapter {

/**
* Attaches InlineTool to the adapter

Check warning on line 83 in packages/dom-adapters/src/InlineToolsAdapter/index.ts

View workflow job for this annotation

GitHub Actions / lint

Expected 1 lines after block description
*
* @param toolName - name of the tool to be attached
* @param tool - tool to attach
*/
public attachTool(toolName: InlineToolName, tool: InlineTool): void {
Expand Down

0 comments on commit ff16243

Please sign in to comment.