Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit ab8378f

Browse files
committed
refactor(code): fix small typo
1 parent c456c35 commit ab8378f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/angular-slickgrid/extensions/rowDetailViewExtension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export class RowDetailViewExtension implements Extension {
248248
}
249249
}
250250

251-
/** Render (or rerender) the View Component (Row Detail) */
251+
/** Render (or re-render) the View Component (Row Detail) */
252252
renderPreloadView() {
253253
const containerElements = document.getElementsByClassName(`${PRELOAD_CONTAINER_PREFIX}`);
254254
if (containerElements && containerElements.length >= 0) {

0 commit comments

Comments
 (0)