Skip to content

Commit 6731a6e

Browse files
committed
small comment typo
1 parent 62203f8 commit 6731a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Documentation.LinkIndex/LinkIndexReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class Aws3LinkIndexReader(IAmazonS3 s3Client, string bucketName = "elasti
1515

1616
// <summary>
1717
// Using <see cref="AnonymousAWSCredentials"/> to access the link index
18-
// allows to read from the link index without the need to provide AWS credentials.
18+
// allows reading from the link index without the need to provide AWS credentials.
1919
// </summary>
2020
public static Aws3LinkIndexReader CreateAnonymous()
2121
{

0 commit comments

Comments
 (0)