findOne vs Find with limit 1

Hello, I have a question about which is better and why, I currently have a project with many find limit 1 and many findOne but I would like to know which use is the most optimal if I am looking for only one document, thank you very much.

findOne() is equivalent to find(), limit cursor to 1 document, and fetch()