Fix typo variable name.

This commit is contained in:
Miguel Medeiros 2021-09-03 14:35:06 -03:00
parent e089239884
commit d8be4d5bed

View File

@ -3505,7 +3505,7 @@ export class ApiDocsComponent implements OnInit {
},
difficulty: {
codeTemplate: {
commonJs: `
commonJS: `
const { %{0}: { difficulty } } = mempoolJS();
const difficultyAdjustment = await difficulty.getDifficultyAdjustment();