Skip to content

Commit f62d1bf

Browse files
authored
Remove typo in core and editoast openapi description (#2747)
This PR is : - removing useless point and quotes in `core/openapi.yaml` - fixing typo in `editoast/openapi.yaml` - using consistent wording between descriptions
1 parent 946a3fc commit f62d1bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: OSRD
4-
description: OSRD middleware api documentation
4+
description: OSRD middleware api description
55
version: 2.0.0
66
tags:
77
- name: infra

core/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: OSRD Core
4-
description: "OSRD backend api description."
4+
description: OSRD backend api description
55
termsOfService: http://swagger.io/terms/
66
license:
77
name: GNU GPLv3

editoast/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.2
22
info:
33
title: OSRD Editoast
4-
description: OSRD Edition ervice documentation
4+
description: OSRD Edition service description
55
version: 0.1.0
66

77
tags:

0 commit comments

Comments
 (0)