Skip to content

Commit

Permalink
Minor doc improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Feb 15, 2016
1 parent 83ffaf5 commit 5786ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/WebSiteContents/javascript-api-notification.html
Expand Up @@ -18,7 +18,7 @@
abp.notify.warn('a message text', 'optional title');
abp.notify.error('a message text', 'optional title');</pre>

<p>It also can get a 3rd argument (object) as custom options of the notification
<p>It also can get a 3rd argument (object) as <strong>custom options</strong> of the notification
library.</p>
<p>Notification API is implemented using
<a href="http://codeseven.github.io/toastr/demo.html" target="_blank">toastr</a>
Expand Down

0 comments on commit 5786ad2

Please sign in to comment.