Skip to content

Commit a455d09

Browse files
authored
Removed duplicated word (#602)
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
1 parent f69ff36 commit a455d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ This approach, however, often runs into issues such as lack of portability, limi
10771077
forcing non-workflow-specific information, such as service authentication, to be added inside the workflow language.
10781078

10791079
To avoid these issues, the Serverless Workflow specification mandates that details about
1080-
RESTful services and their operations be described using the [OpenAPI Specification](https://www.openapis.org/) specification.
1080+
RESTful services and their operations be described using the [OpenAPI Specification](https://www.openapis.org/).
10811081
OpenAPI is a language-agnostic standard that describes discovery of RESTful services.
10821082
This allows Serverless Workflow language to describe RESTful services in a portable
10831083
way, as well as workflow runtimes to utilize OpenAPI tooling and APIs to invoke service operations.

0 commit comments

Comments
 (0)