Skip to content

Commit e3b4e0b

Browse files
authored
Fixed typo
1 parent 3b00b6a commit e3b4e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/Uri.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
}
3636
} else if (SINGLE_URI.test(contentUri)) {
3737
const [provider, providerId] = SINGLE_URI.exec(contentUri);
38-
docId = decodeURIComponent(contentUri); //DecodUri
38+
docId = decodeURIComponent(contentUri); //DecodeUri
3939
docId = docId.replace(provider, ""); //replace single to tree
4040
docId = path.normalize(docId); //normalize docid
4141

0 commit comments

Comments
 (0)