Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vidorteg committed Sep 17, 2024
1 parent 2085780 commit ab18387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screencast/screencast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class Screencast {
this.urlInput.addEventListener('keydown', event => this.onUrlKeyDown(event));

const emulatedDevices = groupEmulatedDevicesByType();
InfobarComponent.render({message: "This is a simulated preview with limited functionality. Deactivate 'Headless mode' in extension settings for full experience."}, 'infobar');
InfobarComponent.render({message: "This is a simulated preview with limited functionality. Deactivate 'Headless mode' in extension settings for a full experience."}, 'infobar');
FlyoutMenuComponent.render({
iconName: 'codicon-chevron-down',
title: 'Emulate devices',
Expand Down

0 comments on commit ab18387

Please sign in to comment.