Skip to content

Commit

Permalink
Fix prop syntax in validation component tutorial. (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsh6o authored Aug 20, 2021
1 parent 422ad68 commit 086b30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/learn/tutorials/validation-modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ For example, this approach can be used with a product containing a cryptographic
<description>
<p>Describe the validation.</p>
</description>
<prop name="validation-type">fips-140-2</prop>
<prop name="validation-reference">xxxx</prop>
<prop name="validation-type" value="fips-140-2" />
<prop name="validation-reference" value="xxxx" />
<link rel="validation-details" href="https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/xxxx" />
<status state="operational" />
</component>
Expand Down

0 comments on commit 086b30b

Please sign in to comment.