diff --git a/docs/batchCodeTable.js b/docs/batchCodeTable.js
index bdfd7a5ed73..bf827216bff 100644
--- a/docs/batchCodeTable.js
+++ b/docs/batchCodeTable.js
@@ -142,7 +142,7 @@ class BatchCodeTableInitializer {
row.child(uiContainer).show();
tr.addClass('shown');
const batchcode = row.data()[thisClassInstance.#getColumnIndex('Batch')];
- new HistogramView(uiContainer).displayHistogramsForBatchcode(batchcode);
+ new HistogramView(uiContainer).displayHistogramViewForBatchcode(batchcode);
}
});
}