Widget api documentation: Options

Widget api documentation: Options

In the small sections about Options with the dialog-example

  1. var options = { modal: true, show: "slow" };
  2. $( "#dialog1" ).dialog( options );
  3. $( "#dialog2" ).dialog( options, { autoOpen: false });

I suppose it should say 'option' not 'options'.

That confused me for a while.