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 authored Dec 24, 2024
1 parent 7a47ed5 commit d478a21
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 d478a21

Please # to comment.