You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ This document is licensed under [The Apache License, Version 2.0](http://www.apa
8
8
9
9
## Introduction
10
10
11
-
The OpenAPI Specification (OAS) is a project used to describe and document RESTful APIs.
11
+
The OpenAPI Specification (OAS) is a project that provides mechanisms to describe and document a RESTful API.
12
12
13
13
14
-
The OpenAPI Specification defines a set of files required to describe such an API.
14
+
The OpenAPI Specification defines a set of files required to describe such APIs.
15
15
These files can then be used by documentation generation tools to display the API and code generation tools to generate clients in various programming languages.
16
16
17
-
Additional utilities can also take advantage of the resulting files, such as testing tools.
17
+
Additional utilities, such as testing tools, can also use the files.
0 commit comments