瀏覽代碼

fix:typo in readme.md (#2061)

Co-authored-by: 虫子樱桃 <czyt@w.cn>
虫子樱桃 2 年之前
父節點
當前提交
76086fc717
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/goctl/model/mongo/readme.md

+ 1 - 1
tools/goctl/model/mongo/readme.md

@@ -16,7 +16,7 @@ mongo的生成不同于mysql,mysql可以从scheme_information库中读取到
 
 ## 使用示例
 为 User 生成 mongo model
-```bahs
+```bash
 $ goctl model mongo -t User -c --dir .
 ```