From 93b86307d9ef49ad9f6f73521a9c47f60b5a1fec Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 25 Dec 2020 09:47:40 +1100 Subject: [PATCH] docs: fix simple typo, perfomance -> performance There is a small typo in examples/webhook_examples/README.md. Should read `performance` rather than `perfomance`. --- examples/webhook_examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webhook_examples/README.md b/examples/webhook_examples/README.md index 686a38b..221d9c5 100644 --- a/examples/webhook_examples/README.md +++ b/examples/webhook_examples/README.md @@ -37,7 +37,7 @@ There are 5 examples in this directory using different libraries: * **Pros:** * It's a web application framework * Python 3 compatible - * Asynchronous, excellent perfomance + * Asynchronous, excellent performance * Utilizes new async/await syntax * **Cons:** * Requires Python 3.4.2+, don't work with Python 2