Fixed typos in comments.

This commit is contained in:
Felix Rilling
2019-03-10 11:04:33 +01:00
parent 239a615770
commit dde93ade18
4 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ getJasmineRequireObj().base = function(j$, jasmineGlobal) {
*/
j$.MAX_PRETTY_PRINT_ARRAY_LENGTH = 50;
/**
* Maximum number of charasters to display when pretty printing objects.
* Maximum number of characters to display when pretty printing objects.
* Characters past this number will be ellipised.
* @name jasmine.MAX_PRETTY_PRINT_CHARS
*/