Skip to content

Commit 15ff965

Browse files
committed
Fix typo
1 parent f5978a6 commit 15ff965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webauthn-server-attestation/src/main/java/com/yubico/fido/metadata/FidoMetadataService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
* policyTreeValidator} to accept any policy tree, because a Windows Hello attestation certificate
7878
* is known to include a critical certificate policies extension.
7979
*
80-
* <p>The metadata service may be configured with a two stages of filters to select trusted
80+
* <p>The metadata service may be configured with two stages of filters to select trusted
8181
* authenticators. The first stage is the {@link FidoMetadataServiceBuilder#prefilter(Predicate)
8282
* prefilter} setting, which is executed once when the {@link FidoMetadataService} instance is
8383
* constructed. The second stage is the {@link FidoMetadataServiceBuilder#filter(Predicate) filter}

0 commit comments

Comments
 (0)