{ "operationId": "get-correction-search", "method": "GET", "path": "/correction_search", "summary": "VTex Get attempt of correction of a misspelled term", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "correction": { "correction": true, "misspelled": true, "text": "mountain bike", "highlighted": "mountain bike" } } } ] }