Skip to content

Commit 08e0096

Browse files
committed
fix: fix formatting
1 parent 1b7448b commit 08e0096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/custom-commands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To ensure TypeScript recognizes your custom commands, you need to augment the We
7575
3. Write your type definitions as follows. Note that there are two file contexts in TypeScript: module and ambient. If you have at least one import/export in your file, the file is in "module" mode, otherwise it's in ambient. Choose declaration style accordingly.
7676

7777
<Tabs>
78-
<TabItem value="module" label="Module mode" default>
78+
<TabItem value="module" label="Module mode" default>
7979

8080
```typescript
8181
import 'webdriverio'; // Can be any import, not necessarily webdriverio

0 commit comments

Comments
 (0)