Skip to content

Commit 1b011f9

Browse files
authored
Fix typo in doc exporter
1 parent cb964c6 commit 1b011f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cli/doc/export.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function export.getLocalPath(uri)
5959
local local_file_uri = uri
6060
local i, j = local_file_uri:find(DOC)
6161
if not j then
62-
return '[FORIEGN]'..uri
62+
return '[FOREIGN] '..uri
6363
end
6464
return local_file_uri:sub( j + 1 )
6565
end

0 commit comments

Comments
 (0)