diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2014-10-06 09:25:27 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2014-10-06 09:25:27 -0400 |
commit | edfc94df92982c2d840f6692291e09211d1c7cfc (patch) | |
tree | c577ddb3c913fc9f49e5fa12ed978f93233701b8 /README.md | |
parent | 2e9c1ead76aaae8fde004e3cacde1e36c5fd2104 (diff) | |
download | jquery-edfc94df92982c2d840f6692291e09211d1c7cfc.tar.gz jquery-edfc94df92982c2d840f6692291e09211d1c7cfc.zip |
Readme: Fix minor style issues. Thanks @MightyBranch!
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -257,7 +257,7 @@ start(); ``` -Note: QUnit's eventual addition of an argument to stop/start is ignored in this test suite so that start and stop can be passed as callbacks without worrying about their parameters +*Note*: QUnit's eventual addition of an argument to stop/start is ignored in this test suite so that start and stop can be passed as callbacks without worrying about their parameters. ### Test assertions ### |