Skip to content

Commit ec2a96e

Browse files
JCBird1012Copilot
andauthored
fix: typo in xmltv.ts comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9068e0d commit ec2a96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xmltv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function buildChannelsXml(
3131
data: GridApiResponse,
3232
options: XmltvOptions = {},
3333
): string {
34-
// Handle the caller ommitting XmltvOptions
34+
// Handle the caller omitting XmltvOptions
3535
const thumbnailWidth = options.channelThumbnailWidth ?? null;
3636
let xml = "";
3737

0 commit comments

Comments
 (0)