Skip to content

Commit f0d22dc

Browse files
authored
Merge pull request #1807 from seiyab/fix-typo-in-callback-object
fix typo in Callback Object
2 parents 218a321 + 013ce5a commit f0d22dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ description: object created
18371837

18381838
A map of possible out-of band callbacks related to the parent operation.
18391839
Each value in the map is a [Path Item Object](#pathItemObject) that describes a set of requests that may be initiated by the API provider and the expected responses.
1840-
The key value used to identify the callback object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation.
1840+
The key value used to identify the path item object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation.
18411841

18421842
##### Patterned Fields
18431843
Field Pattern | Type | Description

0 commit comments

Comments
 (0)