Capitalize Tracks in comment

Co-authored-by: Leif Singer <leif@automattic.com>
This commit is contained in:
Justin Palmer 2023-11-11 03:05:21 +01:00
parent 378e4999e5
commit d60fe00308
No known key found for this signature in database
GPG Key ID: ACAB7C35AA2577AF
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
jQuery( document ).ready( ( $ ) => {
'use strict';
// Stand-in wcTracks.recordEvent in case tracks is not available (for any reason).
// Stand-in wcTracks.recordEvent in case Tracks is not available (for any reason).
window.wcTracks = window.wcTracks || {};
window.wcTracks.recordEvent = window.wcTracks.recordEvent || ( () => {} );