Skip to content

Commit d7bc188

Browse files
authored
Fix typo in errors concept doc (#92)
1 parent d98595a commit d7bc188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Flare APIs return a common error format for HTTP 4XX error codes.
2323
<ResponseField name="code" type="string">
2424
The code of the errors.
2525

26-
These are stable and could be used programatically to detect and handle the error type.
26+
These are stable and could be used programmatically to detect and handle the error type.
2727
</ResponseField>
2828

2929
<ResponseField name="message" type="string">

0 commit comments

Comments
 (0)