Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
[#145] Fix typo in common.js (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaiisasidhar authored and damithc committed Nov 30, 2016
1 parent 0d4aab2 commit 6dd6daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function makeAccordion(elementSelector) {
}

function getContentUsingAjax(fileName, elementSelector, sectionName) {
pullContent(fileName, elementSelector, 'Exract from handbook', sectionName);
pullContent(fileName, elementSelector, 'Extract from handbook', sectionName);
}

function pullContent(fileName, elementSelector, title, sectionName) {
Expand Down

0 comments on commit 6dd6daf

Please sign in to comment.