Skip to content

Commit 30544c3

Browse files
committed
docs: escape angles
1 parent 96bc6ec commit 30544c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/types/Back.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ export interface IAdminForth {
386386
* Example:
387387
*
388388
* ```ts
389-
* const i18nPlugin = adminforth.getPluginByClassName<I18nPlugin>('I18nPlugin');
389+
* const i18nPlugin = adminforth.getPluginByClassName\<I18nPlugin\>('I18nPlugin');
390390
* ```
391391
*
392392
*/

0 commit comments

Comments
 (0)