Skip to content

Commit cc83c7a

Browse files
committed
strengthen project definition, improve flow
1 parent 9036a04 commit cc83c7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/3.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ This document is licensed under [The Apache License, Version 2.0](http://www.apa
88

99
## Introduction
1010

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 RESTful APIs.
1212

1313

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.
1515
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.
1616

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.
1818

1919
## Table of Contents
2020
<!-- TOC depthFrom:1 depthTo:3 withLinks:1 updateOnSave:1 orderedList:0 -->

0 commit comments

Comments
 (0)