From dc5d5f1e4518a0fa709073f813617944c27be085 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 21 Jul 2021 06:42:31 +1000 Subject: [PATCH] docs: fix simple typo, demostrating -> demonstrating There is a small typo in example/run.py. Should read `demonstrating` rather than `demostrating`. --- example/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/run.py b/example/run.py index 9a2f513..6bab509 100755 --- a/example/run.py +++ b/example/run.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -Example script demostrating the use of Chromote to +Example script demonstrating the use of Chromote to update a remote browser periodically from a list of sites """