Skip to content

Commit 02bc801

Browse files
BigBlueHatdavidlehn
andcommitted
Fix various typos.
Thanks @davidlehn! Co-authored-by: David I. Lehn <dlehn@digitalbazaar.com>
1 parent cca1803 commit 02bc801

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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' %}

index.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)