Explorar o código

Merge pull request #1 from volpino/patch-1

Added missing 's'
Mattia Larentis %!s(int64=12) %!d(string=hai) anos
pai
achega
c008ee70fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -71,6 +71,6 @@ Methods
 $('#mySwitch').switch('toggleActivation');
 $('#mySwitch').switch('toggleState');
 $('#mySwitch').switch('setState', true);
-$('#mySwitch').switch('status');  // return true or false
+$('#mySwitch').switch('status');  // returns true or false
 $('#mySwitch').switch('destroy');
 ```