Skip to content

Commit c8018ef

Browse files
author
yaroslav8765
committed
fix: FIx markdown formatting in IExpressHttpServer documentation
1 parent 3e7b08a commit c8018ef

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
@@ -99,7 +99,7 @@ export interface IExpressHttpServer extends IHttpServer {
9999
* console.log('User is authorized', req.adminUser);
100100
* res.json(\{ message: 'Hello World' \});
101101
* \}));
102-
* ``
102+
* ```
103103
*
104104
*/
105105
authorize(callable: Function): void;

0 commit comments

Comments
 (0)