Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ARyaskov committed May 30, 2019
1 parent c45b8a7 commit 348295d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bledger-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const LedgerBcoin = require('./bcoin');
const LedgerTXInput = require('./txinput');
const U2F = require('./devices/u2f');
const WebUSB = require('./devices/webusb');
const WebAuthn = require('./device/webauthn');
const WebAuthn = require('./devices/webauthn');

exports.bledger = exports;

Expand Down

0 comments on commit 348295d

Please sign in to comment.