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 e552070 commit 10cf6c6Copy full SHA for 10cf6c6
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