Skip to content

Commit

Permalink
file rename for typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Oct 21, 2020
1 parent 3f2c6ab commit 58dd494
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Content, ContentText } from 'pdfmake/interfaces';
import { LayoutInstance } from '../../../../lib/layouts';
import { getDocOptions } from './get_doc_options';
import { getFont } from './get_font';
import { getTemplate } from './get_tempate';
import { getTemplate } from './get_template';

const assetPath = path.resolve(__dirname, '..', '..', '..', 'common', 'assets');
const tableBorderWidth = 1;
Expand Down

0 comments on commit 58dd494

Please sign in to comment.