Skip to content

Commit f9b2af6

Browse files
committed
typos
1 parent d61850c commit f9b2af6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

sections/designRules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ servers:
550550
</dd>
551551
<dt>How to test</dt>
552552
<dd>
553-
Parse the `url` field in the `servers` mentioned in the OpenAPI Description to confirm the a version number is present with prefix <code>v</code> and only contains the *major* version number.
553+
Parse the `url` field in the `servers` mentioned in the OpenAPI Description to confirm that a version number is present with prefix <code>v</code> and only contains the *major* version number.
554554
</dd>
555555
</dl>
556556
</div>
@@ -775,7 +775,7 @@ As for outbound filtering, the main concern is leaking of information.
775775
</dd>
776776
<dt>How to test</dt>
777777
<dd>
778-
<p>The precense of the mandatory security headers can be tested in an automated way. A test client makes a call to the API root. The response is tested for the precense of mandatory headers.
778+
<p>The presense of the mandatory security headers can be tested in an automated way. A test client makes a call to the API root. The response is tested for the presense of mandatory headers.
779779
</dd>
780780
</dl>
781781
</div>

sections/summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Normative Design Rules
44

5-
Design rules can be technical rules, which should be tested automatically and functional rules which should be considerd when designing and building the api.
5+
Design rules can be technical rules, which should be tested automatically and functional rules which should be considered when designing and building the api.
66

77
#### List of functional rules
88

0 commit comments

Comments
 (0)