Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a2bc5 commit 1c7c138Copy full SHA for 1c7c138
libs/isr/models/src/isr-handler-config.ts
@@ -109,7 +109,7 @@ export interface ISRHandlerConfig {
109
* This callback lets you hook into the generated html and provide any modifications
110
* necessary on-the-fly.
111
* Use with caution as this may lead to a performance loss on serving the html.
112
- * if null, it will use defaultModifyGeneratedHtml function,
+ * If null, it will use `defaultModifyGeneratedHtml` function,
113
* which only add commented text to the html to indicate when it was generated.
114
*/
115
modifyGeneratedHtml?: modifyHtmlCallbackFn;
0 commit comments