From 09ccefd6fc335ea3c87b1cfbde00258eb4632f02 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 23 Dec 2020 12:39:57 +1100 Subject: [PATCH] docs: fix simple typo, plaform -> platform There is a small typo in docs/faq.md. Should read `platform` rather than `plaform`. --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 6c7ea15571..a3ca0991bd 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -8,7 +8,7 @@ Yes. Please include your 2Captcha token in auth.json ``` ### Does the bot support manual Captcha solving? -Yes. Please download chrome driver for your os plaform and place it into the root directory of the bot. +Yes. Please download chrome driver for your os platform and place it into the root directory of the bot. More information on [chrome driver here](https://sites.google.com/a/chromium.org/chromedriver/). ### How do I start the application?