Skip to content

Commit

Permalink
fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Feb 6, 2025
1 parent d6ec68d commit 68ac3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/telemetry/Attributes.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class Attributes {
public static final Attribute FGA_CLIENT_REQUEST_STORE_ID = new Attribute("fga-client.request.store_id");

/**
* Then number of items to check in a batch request, if applicable.
* The number of items to check in a batch request, if applicable.
*/
public static final Attribute FGA_CLIENT_REQUEST_BATCH_CHECK_SIZE = new Attribute("fga-client.request.batch_check_size");

Expand Down

0 comments on commit 68ac3e0

Please sign in to comment.