Skip to content

Commit e37b528

Browse files
Merge pull request #545 from mulesoft/W-14312874-Fix-APIkit-spelling-CP
W-14312874-Fix-APIkit-spelling-CP
2 parents 37d32fe + ae99d8c commit e37b528

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/ROOT/pages/rest-validator-extension.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ The following table describes the attributes that you configure for your validat
130130

131131
* AUTO (default)
132132
+
133-
APIKit attempts to initiate the validation using AMF. If errors occur, the RAML parser performs the validation.
133+
APIkit attempts to initiate the validation using AMF. If errors occur, the RAML parser performs the validation.
134134
* AMF
135135
+
136-
The APIKit router uses AMF to read the API and validate incoming requests.
136+
The APIkit router uses AMF to read the API and validate incoming requests.
137137
* RAML
138138
+
139-
The APIKit router uses the RAML parser to read the API and validate incoming requests. | No
139+
The APIkit router uses the RAML parser to read the API and validate incoming requests. | No
140140
| `keepApiBaseUri` | Specifies whether you can override the `baseUri` property in the specification with the URI of the deployed application.
141141
If you must use the console operation, set this property to `true`. The default value is `false`.
142142

@@ -146,11 +146,11 @@ If you are using a REST validator version that is later than 2.0.0, use the `kee
146146
| attributesDeserializingStrategies` | Allows parsing of the HTTP headers that contain an array of values that are separated by commas. | No
147147
|===
148148

149-
== REST Validator and APIKit Compatibility Reference
149+
== REST Validator and APIkit Compatibility Reference
150150

151-
You can share the REST validator (`pom.xml` dependency) across applications by using a domain. However, if some of those applications also have a dependency on APIKit, that version of APIKit in each application must match the one required by the REST validator version that you use in your domain.
151+
You can share the REST validator (`pom.xml` dependency) across applications by using a domain. However, if some of those applications also have a dependency on APIkit, that version of APIkit in each application must match the one required by the REST validator version that you use in your domain.
152152

153-
Per the following table of compatibilities, for example, if you use the REST validator v2.2.0 in your domain, all your applications using APIKit must import the 1.4.2 version:
153+
Per the following table of compatibilities, for example, if you use the REST validator v2.2.0 in your domain, all your applications using APIkit must import the 1.4.2 version:
154154

155155
[%header%autowidth.spread,cols="a,a"]
156156

0 commit comments

Comments
 (0)