Skip to content

Commit

Permalink
fix(typo): fixing language typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonbelete committed Dec 24, 2020
1 parent 264129f commit 82d9563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datetime.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ DateTime.prototype.convert = function ( local = Local.ETHIOPIC, lanugage = Langu
if( Object.values(Local).indexOf(local) == -1 )
throw 'Language must be instance of Alfa Gee`z\'s Language';

// Assigning prototypes
this.local = local;
this.lanugage = lanugage;

Expand Down

0 comments on commit 82d9563

Please sign in to comment.