diff --git a/pages/data-attribute.html b/pages/data-attribute.html
index c987703e..43595f5d 100644
--- a/pages/data-attribute.html
+++ b/pages/data-attribute.html
@@ -400,8 +400,8 @@
string - Title used when page is shown |
- data-url |
- url - Value for updating the URL, instead of the url used to request the page |
+ data-url |
+ url - Value for updating the URL, instead of the url used to request the page. The value of this attribute should not be URI-encoded. If your path or filename contains apostrophes or quotation marks, use entity encoding in the value, rather than URL encoding. For example, data-url="/path/to/"Devil's Advocate".html" |