Skip to content

Commit

Permalink
Fix typo: tranform->transform (#39858)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Feb 28, 2024
1 parent 5994e89 commit 2797217
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/amp-a4a/0.1/amp-a4a.js
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.
2 changes: 1 addition & 1 deletion test/unit/utils/test-dom-transform-stream.js
@@ -1,4 +1,4 @@
import {DomTransformStream} from '#utils/dom-tranform-stream';
import {DomTransformStream} from '#utils/dom-transform-stream';

import {macroTask} from '#testing/helpers';

Expand Down

0 comments on commit 2797217

Please sign in to comment.