From 89f528c253593785bf352afdddfdd2013bade54a Mon Sep 17 00:00:00 2001 From: Josh Stark Date: Sat, 29 Jul 2017 19:35:55 +0100 Subject: [PATCH] Fixed typo I really need sleep --- docs/source/faq/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/faq/index.rst b/docs/source/faq/index.rst index b9c63af..2ecfac8 100644 --- a/docs/source/faq/index.rst +++ b/docs/source/faq/index.rst @@ -54,7 +54,7 @@ of the application. Modern browsers like Chrome tend to cache these types of sou the sake of performance. It is likely your browser has not re-cached the latest version of the JavaScript code. -To remedy this, hard-refresh the app: ``CRTL`` + ``F5``. +To remedy this, hard-refresh the app: ``CTRL`` + ``F5``. **************************************** How can I use SNS to notify me by email?