Skip to content

Commit

Permalink
Sentence termination consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsge committed Apr 25, 2023
1 parent 51e7608 commit 20d60f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gin-standard-api is a utility library for standardizing API responses and error
{
"status": 403, // HTTP status code, required
"error": "Forbidden", // Generic error message, required
"message": "You do not have permission to do that." // Detailed error message, optional.
"message": "You do not have permission to do that." // Detailed error message, optional
}
```

Expand Down

0 comments on commit 20d60f6

Please sign in to comment.