Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10cf6c6

Browse files
committed
Update libs/isr/models/src/isr-handler-config.ts
1 parent e552070 commit 10cf6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/isr/models/src/isr-handler-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export interface ISRHandlerConfig {
109109
* This callback lets you hook into the generated html and provide any modifications
110110
* necessary on-the-fly.
111111
* Use with caution as this may lead to a performance loss on serving the html.
112-
* if null, it will use defaultModifyGeneratedHtml function,
112+
* If null, it will use `defaultModifyGeneratedHtml` function,
113113
* which only add commented text to the html to indicate when it was generated.
114114
*/
115115
modifyGeneratedHtml?: modifyHtmlCallbackFn;

0 commit comments

Comments
 (0)