Skip to content

Commit e8cbb6c

Browse files
authored
Correct 2**13 to 2**13 - 1
1 parent 904a4e5 commit e8cbb6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You must have the proper permissions for any action to use the equivalent query
2323

2424
If you create an invalid URL using query parameters, or if you don’t have the proper permissions, the URL will return a `404 Not Found` error page.
2525

26-
If you create an URL longer than 8192 bytes, the URL will return a `414 URI Too Long` error page.
26+
If you create an URL longer than 8191 bytes, the URL will return a `414 URI Too Long` error page.
2727

2828
### Supported query parameters
2929

0 commit comments

Comments
 (0)