Skip to content

Commit 892eeac

Browse files
authored
Correct privacy spectrum SVG viewBox to not cut off bottom of image.
1 parent 64e9060 commit 892eeac

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

diagrams/privacy-spectrum.svg

+16-17
Loading

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ <h3>Credentials</h3>
713713

714714
<figure id="basic-vc">
715715
<img style="margin: auto; display: block; width: 50%;"
716-
src="diagrams/vc.svg" alt="a Verifible
716+
src="diagrams/vc.svg" alt="a Verifiable
717717
Credential contains Credential Metadata, Claim(s), and
718718
Proof(s)">
719719
<figcaption style="text-align: center;">
@@ -750,7 +750,7 @@ <h3>Credentials</h3>
750750
<img style="margin: auto; display: block; width: 100%;"
751751
src="diagrams/vc-graph.svg" alt="diagram with a
752752
Credential Graph on top connected via a proof to a
753-
Proof Graph on the bottom. The Credental Graph has
753+
Proof Graph on the bottom. The Credential Graph has
754754
Credential 123 with 4 properties: 'type' of value
755755
ExampleAlumniCredential, 'issuer' of Example University,
756756
'validFrom' of 2010-01-01T19:23:24Z, and
@@ -4795,7 +4795,7 @@ <h3>Bundling Dependent Claims</h3>
47954795

47964796
<p>
47974797
For example, a university might issue two <a>verifiable credentials</a> to a
4798-
person, each containing two <a>properties</a>, which must be taken together to
4798+
person, each containing two <a>properties</a>, which must be taken together
47994799
to designate the "role" of that person in a given "department", such as "Staff
48004800
Member" in the "Department of Computing", or "Post Graduate Student" in the
48014801
"Department of Economics". If these <a>verifiable credentials</a> are atomized

0 commit comments

Comments
 (0)