We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb964c6 commit 1b011f9Copy full SHA for 1b011f9
script/cli/doc/export.lua
@@ -59,7 +59,7 @@ function export.getLocalPath(uri)
59
local local_file_uri = uri
60
local i, j = local_file_uri:find(DOC)
61
if not j then
62
- return '[FORIEGN]'..uri
+ return '[FOREIGN] '..uri
63
end
64
return local_file_uri:sub( j + 1 )
65
0 commit comments