From 8507fa0a07e0af395ca7733dc6f9db13f31a0951 Mon Sep 17 00:00:00 2001 From: Roland Kakonyi Date: Wed, 11 Oct 2023 22:08:06 +0200 Subject: [PATCH] feat(apidocs): improve wording --- src/advertising.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/advertising.ts b/src/advertising.ts index 7c067b86..ead59fd2 100644 --- a/src/advertising.ts +++ b/src/advertising.ts @@ -25,7 +25,7 @@ export enum AdSourceType { */ IMA = 'ima', /** - * Unknown advertising source type. + * Unknown ad source type. */ UNKNOWN = 'unknown', /**