summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfwqaaq <[email protected]>2023-05-15 18:47:29 +0800
committerGitHub <[email protected]>2023-05-15 18:47:29 +0800
commit4e768cef8bfada5097b9040a877400413adaef3e (patch)
tree1ef64c87d4ebe5af9a5bc013e3a687ded153f899
parentdcbdeb57a9573cf747fc7268c648c40b61b2f2cf (diff)
Apply suggestions from code review
-rw-r--r--xmake/actions/create/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/create/main.lua b/xmake/actions/create/main.lua
index aa33b2cda..ff90e4602 100644
--- a/xmake/actions/create/main.lua
+++ b/xmake/actions/create/main.lua
@@ -32,7 +32,7 @@ end
-- create project from template
function _create_project(language, templateid, targetname)
if targetname == '.' then
- raise("you should specific ${red}-P${reset} instead of directly using ${red}.${reset}")
+ raise("you should specify ${red}-P${reset} instead of directly using ${red}.${reset}")
end
-- check the language