Skip to content

Commit

Permalink
fix(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Jun 7, 2024
1 parent 805eab3 commit 2dd3851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/packages/tma-js-sdk/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ import { Utils } from '@tma.js/sdk';
let utils = new Utils('6.0', ...);
utils.supportsParam('openLink.tryInstantView'); // false

backButton = new Utils('6.10', ...);
utils = new Utils('6.10', ...);
utils.supportsParam('openLink.tryInstantView'); // true
```

Expand Down

0 comments on commit 2dd3851

Please sign in to comment.