diff --git a/docs/components.html b/docs/components.html index c0f56ff..476ddc1 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1261,7 +1261,7 @@ document window.addEventListener('push', myFunction); {% endhighlight %} -
Push.js can be triggered manually by using the PUSH(options) function. When passing options, url is reqired, container, transition and timeout are optional. As of version 2.1.0 Ratchet has his own namespace and can also be called with RATCHET.push(options).
+Push.js can be triggered manually by using the PUSH(options) function. When passing options, url is required, container, transition and timeout are optional. As of version 2.1.0 Ratchet has its own namespace and can also be called with RATCHET.push(options).
{% highlight js %} PUSH({url: "/signin"});