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.
2 parents 4396730 + 1b011f9 commit a582427Copy full SHA for a582427
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