From 0a072064c536818bec517cd00b56ac36b09c0f4a Mon Sep 17 00:00:00 2001 From: sago-yu Date: Mon, 4 Feb 2019 12:48:03 +0900 Subject: [PATCH] Fix typo in GETTING_STARTED ":true" was the symbol, so fix it. --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 7481d55..fa25eca 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -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