Skip to content

Commit a582427

Browse files
authored
Merge pull request #3037 from emmericp/patch-3
Fix typo in doc exporter
2 parents 4396730 + 1b011f9 commit a582427

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)