diff --git a/docs/reference/data-tables.md b/docs/reference/data-tables.md index a62f3ec0b..cfdc581af 100644 --- a/docs/reference/data-tables.md +++ b/docs/reference/data-tables.md @@ -123,7 +123,7 @@ loading][6] via [additional JavaScript][2]: === "docs/javascripts/tables.js" ``` js - app.location$.subscribe(function() { + app.document$.subscribe(function() { var tables = document.querySelectorAll("article table") tables.forEach(function(table) { new Tablesort(table)