Fix typo in variable name (#441)

master
Michał Pierzchała 2017-01-24 00:47:34 +01:00 committed by Christopher Chedeau
parent cd2f7393ef
commit ee0484521c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const deprecated = {
Prettier now treats your configuration as:
{
${"\"parser\""}: ${config.seFlowParser ? "\"flow\"" : "\"babylon\""}
${"\"parser\""}: ${config.useFlowParser ? "\"flow\"" : "\"babylon\""}
}`
};