File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ <h3><a href="https://github.com/elixir-circuits/circuits_uart">UART</a></h3>
58
58
< div class ="container section content js-hex-query-component query-component ">
59
59
< h2 class ="header h2 text center "> What uses Elixir Circuits?</ h2 >
60
60
61
- < div class ="js-hex-search-avalibale -libraries avalibale -libraries-list "> </ div >
61
+ < div class ="js-hex-search-available -libraries available -libraries-list "> </ div >
62
62
</ div >
63
63
< footer >
64
64
< a class ="icon " href ="https://github.com/elixir-circuits "> < i class ="fab fa-github "> </ i > </ a >
Original file line number Diff line number Diff line change 2
2
3
3
var hexSearch = {
4
4
state : {
5
- avaliableLibrariesDom : document . querySelector ( ".js-hex-search-avalibale -libraries" ) ,
5
+ availableLibrariesDom : document . querySelector ( ".js-hex-search-available -libraries" ) ,
6
6
i2cLibraries : [ ] ,
7
7
spiLibraries : [ ] ,
8
8
gpioLibraries : [ ] ,
@@ -108,7 +108,7 @@ var hexSearch = {
108
108
ul . appendChild ( li ) ;
109
109
}
110
110
111
- state . avaliableLibrariesDom . appendChild ( ul ) ;
111
+ state . availableLibrariesDom . appendChild ( ul ) ;
112
112
} ,
113
113
114
114
buildLibListItem : function ( lib , protocol ) {
Original file line number Diff line number Diff line change 194
194
font-size : .75rem ;
195
195
}
196
196
197
- .avalibale -libraries-list {
197
+ .available -libraries-list {
198
198
text-align : center;
199
199
padding : 15px ;
200
200
}
You can’t perform that action at this time.
0 commit comments