Skip to content

Commit 443ddf6

Browse files
fhunlethmattludwigs
authored andcommitted
Fix spelling
1 parent 693a048 commit 443ddf6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h3><a href="https://github.com/elixir-circuits/circuits_uart">UART</a></h3>
5858
<div class="container section content js-hex-query-component query-component">
5959
<h2 class="header h2 text center">What uses Elixir Circuits?</h2>
6060

61-
<div class="js-hex-search-avalibale-libraries avalibale-libraries-list"></div>
61+
<div class="js-hex-search-available-libraries available-libraries-list"></div>
6262
</div>
6363
<footer>
6464
<a class="icon" href="https://github.com/elixir-circuits"><i class="fab fa-github"></i></a>

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var hexSearch = {
44
state: {
5-
avaliableLibrariesDom: document.querySelector(".js-hex-search-avalibale-libraries"),
5+
availableLibrariesDom: document.querySelector(".js-hex-search-available-libraries"),
66
i2cLibraries: [],
77
spiLibraries: [],
88
gpioLibraries: [],
@@ -108,7 +108,7 @@ var hexSearch = {
108108
ul.appendChild(li);
109109
}
110110

111-
state.avaliableLibrariesDom.appendChild(ul);
111+
state.availableLibrariesDom.appendChild(ul);
112112
},
113113

114114
buildLibListItem: function (lib, protocol) {

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ ul {
194194
font-size: .75rem;
195195
}
196196

197-
.avalibale-libraries-list {
197+
.available-libraries-list {
198198
text-align: center;
199199
padding: 15px;
200200
}

0 commit comments

Comments
 (0)