Skip to content

Commit 365b358

Browse files
committed
Fix typo
1 parent 2a8731a commit 365b358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_plugins/generators/migrated_log.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def generate(site)
6464
# Group migrated pages by guide
6565
migrated_pages_by_group = migrated_pages_data.group_by { |page| page[:guide] }.sort.to_h
6666
# Introductory text in the Migrated topics page
67-
content = "The folowing #{migrated_pages.size} topics have been migrated and redirected.\n\n"
67+
content = "The following #{migrated_pages.size} topics have been migrated and redirected.\n\n"
6868
migrated_pages_by_group.each do |guide, topics|
6969
content += "\n## #{guide}\n\n\n"
7070
topics.sort_by { |topic| topic[:title] }

0 commit comments

Comments
 (0)