Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 6093b0c

Browse files
fix: typo
1 parent 6caded8 commit 6093b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

studio/src/app/popovers/editor/app-fullscreen-info/app-fullscreen-info.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export class AppFullscreenInfo {
1414
render() {
1515
return <div class="ion-padding">
1616
<h2>Tips about fullscreen</h2>
17-
<p>Cool thing, with DeckDeckGo you could edit your presentation in full screen mode too!</p>
18-
<p>Correct typo, add slide, change colors etc. all features are also available in full screen mode 😉</p>
17+
<p>Cool thing, with DeckDeckGo you can edit your presentation in full screen mode too!</p>
18+
<p>Correct typo, add slides, change colors etc. all features are also available in fullscreen mode 😉</p>
1919
<div class="ion-text-center ion-padding-top"><ion-button size="small" shape="round" color="primary" onClick={() => this.closePopover()}>Got it</ion-button></div>
2020
</div>
2121
}

0 commit comments

Comments
 (0)