Skip to content

Commit

Permalink
docs: fix readme typo (go-gorm#363)
Browse files Browse the repository at this point in the history
* fix readme type

spelling typo in README.md

```
-- `gen.WithoutContext` generate code without `WithContext` contrain
+- `gen.WithoutContext` generate code without `WithContext` constraints
```

* should be sigular
  • Loading branch information
sudopower authored Jan 27, 2022
1 parent b4cd35a commit f1945fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func main() {

Generate Mode:

- `gen.WithoutContext` generate code without `WithContext` contrain
- `gen.WithoutContext` generate code without `WithContext` constraint
- `gen.WithDefaultQuery` generate code with a default global variable `Q` as a singleton

### Project Directory
Expand Down

0 comments on commit f1945fd

Please sign in to comment.