Skip to content

Commit

Permalink
templates/gap-analysis/gap-analysis-github, Fix code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Jun 30, 2024
1 parent c793502 commit 49c7f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/gap-analysis/gap-analysis-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function buildDoc (repo, doc) {
if (sections.lists) buildSection(sections.lists,'lists', doc, repo)
if (sections.initials) buildSection(sections.initials,'initials', doc, repo)

if (sections.page_layout) buildSection(sections.page_layoutn,'page_layout', doc, repo)
if (sections.page_layout) buildSection(sections.page_layout,'page_layout', doc, repo)
if (sections.grids_tables) buildSection(sections.grids_tables,'grids_tables', doc, repo)
if (sections.footnotes_etc) buildSection(sections.footnotes_etc,'footnotes_etc', doc, repo)
if (sections.headers_footers) buildSection(sections.page_headers_footers_etc,'headers_footers', doc, repo)
Expand Down

0 comments on commit 49c7f76

Please sign in to comment.