Skip to content

Commit 41b1e0c

Browse files
committed
Linting
1 parent 195ec9f commit 41b1e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_plugins/generators/migrated_log.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def generate(site)
4444

4545
# Group migrated pages by guide
4646
migrated_pages_by_group = migrated_pages_data.group_by { |page| page[:guide] }.sort.to_h
47-
# Introductory text in the Migrated topics page
47+
# Introductory text in the Migrated topics page
4848
content = "The folowing #{migrated_pages.size} topics out of #{all_migrating_pages.size} have been migrated and will be redirected soon.\n\n"
4949
migrated_pages_by_group.each do |guide, topics|
5050
content += "\n## #{guide}\n\n\n"

0 commit comments

Comments
 (0)