File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ <h1 class="span12" style="text-align: center;"> <span class="icon-cog"></span> D
228228 < div class ="span3 ">
229229 < div class ="well " style ="padding: 8px 0; ">
230230 < ul class ="nav nav-list ">
231- < li class ="nav-header "> < h3 > Typescript </ h3 > </ li >
232- {% assign imps = implementations | where: 'language', 'Typescript ' %}
231+ < li class ="nav-header "> < h3 > TypeScript </ h3 > </ li >
232+ {% assign imps = implementations | where: 'language', 'TypeScript ' %}
233233 {% for implementation in imps %}
234234 {% unless implementation.applicationCategory == 'CLI' %}
235235 {% include 'implementation-item' %}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ implementations:
2424 name : rdf-parse.js
2525 jsonldVersion : 1.1
2626 language : JavaScript
27- # Pyton
27+ # Python
2828 - repo : https://github.com/digitalbazaar/pyld
2929 name : PyLD
3030 jsonldVersion : 1.1
@@ -102,9 +102,9 @@ implementations:
102102 name : sophia
103103 jsonldVersion : 1.1
104104 language : Rust
105- # Typescript
105+ # TypeScript
106106 - repo : https://github.com/mattrglobal/jsonld-lint
107107 name : jsonld-lint
108108 jsonldVersion : 1.1
109109 state : InProgress
110- language : Typescript
110+ language : TypeScript
You can’t perform that action at this time.
0 commit comments