diff options
Diffstat (limited to 'misc/vertical-tabs.js')
-rw-r--r-- | misc/vertical-tabs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/vertical-tabs.js b/misc/vertical-tabs.js index 045a5b7a3..f0819475e 100644 --- a/misc/vertical-tabs.js +++ b/misc/vertical-tabs.js @@ -8,7 +8,7 @@ * tab. * * Each tab may have a summary which can be updated by another - * script. For that to work, each fieldset has an associated + * script. For that to work, each fieldset has an associated * 'verticalTabCallback' (with jQuery.data() attached to the fieldset), * which is called every time the user performs an update to a form * element inside the tab pane. |