There was an error while loading. Please reload this page.
1 parent 195ec9f commit 41b1e0cCopy full SHA for 41b1e0c
_plugins/generators/migrated_log.rb
@@ -44,7 +44,7 @@ def generate(site)
44
45
# Group migrated pages by guide
46
migrated_pages_by_group = migrated_pages_data.group_by { |page| page[:guide] }.sort.to_h
47
- # Introductory text in the Migrated topics page
+ # Introductory text in the Migrated topics page
48
content = "The folowing #{migrated_pages.size} topics out of #{all_migrating_pages.size} have been migrated and will be redirected soon.\n\n"
49
migrated_pages_by_group.each do |guide, topics|
50
content += "\n## #{guide}\n\n\n"
0 commit comments