mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Fix typo in GETTING_STARTED
":true" was the symbol, so fix it.
This commit is contained in:
parent
806ec9f6fe
commit
0a072064c5
1 changed files with 1 additions and 1 deletions
|
@ -1120,7 +1120,7 @@ Verbose linting will include full backtraces for each error, which can be
|
|||
helpful for debugging:
|
||||
|
||||
```ruby
|
||||
FactoryBot.lint verbose: :true
|
||||
FactoryBot.lint verbose: true
|
||||
```
|
||||
|
||||
Custom Construction
|
||||
|
|
Loading…
Reference in a new issue