diff --git a/entries/jQuery.mobile.navigate.xml b/entries/jQuery.mobile.navigate.xml
index ded2dbdf..33657f8d 100644
--- a/entries/jQuery.mobile.navigate.xml
+++ b/entries/jQuery.mobile.navigate.xml
@@ -4,7 +4,7 @@
The Note: This method is a low-level utility which can be used on its own. If you use the jQuery Mobile navigation framework, you should not separately use this utility. Instead, you should use pagecontainer event handlers to influence the navigation process. Note: This method is a low-level utility which can be used on its own. If you use the jQuery Mobile navigation framework, you should not separately use this utility. Instead, you should use pagecontainer methods to navigate to another page.$.mobile.navigate
method provides a uniform history manipulation API for browsers that support the new history API and those that don't (hashchange). It works in concert with the navigate event by storing and retrieving arbitrary data in association with a URL (much like popState
and replaceState
). When the user returns to a URL set by the navigate method the navigate event is triggered with the associated data.