Fix typo in GETTING_STARTED

":true" was the symbol, so fix it.
This commit is contained in:
sago-yu 2019-02-04 12:48:03 +09:00 committed by Daniel Colson
parent 806ec9f6fe
commit 0a072064c5
1 changed files with 1 additions and 1 deletions

View File

@ -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