diff --git a/app/node_views/results.html b/app/node_views/results.html
index 1259864..cbf964e 100644
--- a/app/node_views/results.html
+++ b/app/node_views/results.html
@@ -153,7 +153,7 @@
Executing Javascript and DOM queries here is a bad practice and slows down the DOM construction.
Also known as "document ready". This is where you should execute top-priority scripts, like binding action buttons or launch a video player.
Here you can execute mid-priority tasks. Loading a script with createElement('script') is one way to do so.
- The page is fully loaded, it's time for low priority things : trackers, social plugins, easter egg...
+ The page is considered loaded, it's time for low priority things : trackers, social plugins, easter egg...