Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Feb 22, 2024
1 parent 49aca9f commit 527b229
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.0.5] - 2024-02-22

### Fixed

- Typo in .gitignore
- Typo in SYNOPSIS

## [0.0.4] - 2020-12-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/Template/Provider/Pandoc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Template::Provider::Pandoc - pre-process templates with Pandoc
use Template::Provider::Pandoc;
my $tt = Template->new(
LOAD_TEMPLATES = [ Template::Provider::Pandoc->new ],
LOAD_TEMPLATES => [ Template::Provider::Pandoc->new ],
);
$tt->process('template.md', \%vars)
Expand Down

0 comments on commit 527b229

Please sign in to comment.