Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
douo authored Nov 15, 2021
1 parent 37b896d commit 37ef096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll-last-modified-at/determinator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def formatted_last_modified_date
def last_modified_at_time
raise Errno::ENOENT, "#{absolute_path_to_article} does not exist!" unless File.exist? absolute_path_to_article

@last_mofified_at_time ||= Time.at(last_modified_at_unix.to_i)
@last_modified_at_time ||= Time.at(last_modified_at_unix.to_i)
end

def last_modified_at_unix
Expand Down

0 comments on commit 37ef096

Please sign in to comment.