Skip to content

Commit

Permalink
Fix typo in generateViewport docs
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Dec 27, 2024
1 parent 2564c81 commit d366638
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const viewport: Viewport = {
initialScale: 1,
maximumScale: 1,
userScalable: false,
// Also supported by less commonly used
// Also supported but less commonly used
// interactiveWidget: 'resizes-visual',
}
```
Expand All @@ -139,7 +139,7 @@ export const viewport = {
initialScale: 1,
maximumScale: 1,
userScalable: false,
// Also supported by less commonly used
// Also supported but less commonly used
// interactiveWidget: 'resizes-visual',
}
```
Expand Down

0 comments on commit d366638

Please sign in to comment.