Customer Interest Related Keyword search in Elastic Search

For eg.
wrong keyword spelling - sanatizers,
correct keyword spelling - sanitizers,
[
'query'=>[
//'dfs_query_then_fetch' => true,
'query_string'=>[
'fields'=>[ 'name'],
'lenient'=>true,
'query'=>'sanatizers',
]
]
]

|Misspelled Keyword giving null results.|