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

Commit af0d8e4

Browse files
committed
typo at string of: overwolf.io.paths.localAppData
1 parent 79f4f27 commit af0d8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/api/io/paths.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ console.log(overwolf.io.paths.system)
5252
To get the full path of the current extension (OW app), you can call `overwolf.io.paths.localAppData` and concatenate your extension id and your app version to it:
5353

5454
```javascript
55-
overwolf.io.paths.localAppData + "/overwolf/extensions/[your extension id]/[version]"
55+
overwolf.io.paths.localAppData + "/Overwolf/Extensions/[your extension id]/[version]"
5656
```
5757
Where version can be [retrieved from the app manifest](../extensions/current#getmanifestcallback).
5858

0 commit comments

Comments
 (0)