Skip to content

Commit 47e4dc8

Browse files
authored
Change the wording
I suggest changing the wording of this sentence "The formatting of a field is invalid. Review the documentation for the for more specific information." so that it would read "The formatting of a field is invalid. Review the documentation for more specific information".
1 parent 6d50ffd commit 47e4dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/rest/overview/resources-in-the-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Error code name | Description
240240
-----------|-----------|
241241
`missing` | A resource does not exist.
242242
`missing_field` | A required field on a resource has not been set.
243-
`invalid` | The formatting of a field is invalid. Review the documentation for the for more specific information.
243+
`invalid` | The formatting of a field is invalid. Review the documentation for more specific information.
244244
`already_exists` | Another resource has the same value as this field. This can happen in resources that must have some unique key (such as label names).
245245
`unprocessable` | The inputs provided were invalid.
246246

0 commit comments

Comments
 (0)