Update InlineFormAction.php

typo fix
This commit is contained in:
Phill Price 2015-02-16 20:19:53 +00:00
parent 5d35650cbb
commit 9971de6eff

View File

@ -1,7 +1,7 @@
<?php
/**
* Render a button that will submit the form its contained in through ajax.
* If you want to add custom behaviour, please set {@link inlcudeDefaultJS()} to FALSE
* If you want to add custom behaviour, please set {@link includeDefaultJS()} to FALSE
*
* @see framework/javascript/InlineFormAction.js
*