Skip to content

Commit

Permalink
Fix typo: tranform->transform
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Feb 23, 2024
1 parent d9177ae commit eecf263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-a4a/0.1/amp-a4a.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {installRealTimeConfigServiceForDoc} from '#service/real-time-config/real
import {installUrlReplacementsForEmbed} from '#service/url-replacements-impl';

import {triggerAnalyticsEvent} from '#utils/analytics';
import {DomTransformStream} from '#utils/dom-tranform-stream';
import {DomTransformStream} from '#utils/dom-transform-stream';
import {listenOnce} from '#utils/event-helper';
import {dev, devAssert, logHashParam, user, userAssert} from '#utils/log';
import {isAttributionReportingAllowed} from '#utils/privacy-sandbox-utils';
Expand Down
File renamed without changes.

0 comments on commit eecf263

Please sign in to comment.