Skip to content

Commit f8e9e99

Browse files
author
Michelle Tilley
committed
📝 typo
1 parent 38f3fe8 commit f8e9e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/historyview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ define(['d3'], function () {
269269
* @return {Object} the commit datum object
270270
*/
271271
getCommit: function getCommit(ref) {
272-
// Optimization, doesn't seemt to break anything
272+
// Optimization, doesn't seem to break anything
273273
if (!ref) return null;
274274

275275
var commitData = this.commitData,

0 commit comments

Comments
 (0)