hrthimrn commited on
Commit
c5d3d89
·
1 Parent(s): 3b7d6ae

typo correction

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -83,7 +83,7 @@
83
  class="btn btn-dark my-1 mx-2"
84
  onclick="document.getElementById('frequency-textarea').value = countDigrams(document.getElementById('cipher-text').value)"
85
  >
86
- Count Diagrams (2 CHARs)
87
  </button>
88
  <button
89
  class="btn btn-dark my-1 mx-2"
 
83
  class="btn btn-dark my-1 mx-2"
84
  onclick="document.getElementById('frequency-textarea').value = countDigrams(document.getElementById('cipher-text').value)"
85
  >
86
+ Count Digrams (2 CHARs)
87
  </button>
88
  <button
89
  class="btn btn-dark my-1 mx-2"