Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgarrish committed Dec 19, 2024
1 parent d3371a6 commit 5cbca06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/onixProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ var onixProcessor = (function() {

else {
var p = document.createElement('p');
P.appendChild(document.createTextNode('No accessibility summary is available'));
p.appendChild(document.createTextNode('No accessibility summary is available'));

// add punctuation - not in algorithm
p.appendChild(document.createTextNode('.'));
Expand Down

0 comments on commit 5cbca06

Please sign in to comment.