Skip to content

Commit 96c3daa

Browse files
authored
Merge pull request #1527 from carehart/patch-14
Correct typos blocking lint
2 parents d2dc85f + ef60404 commit 96c3daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/recipes/rest-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Once the *mod_cfml* has successfully created the host configuration in Tomcat, y
216216

217217
Find below a quick reference overview of specific component attributes and functions related to REST and CFML. This [video about Lucee REST Server](https://www.youtube.com/watch?v=R_VnRawOhhc) explains how to create REST components in Lucee.
218218

219-
Since Lucee 6.1.0.155, Lucee supports multiple `httpMethods` per function. This is particulary useful/important for `GET` endpoints which may be also be accessed via a `HEAD` request, which would previously require a second function to match such requests.
219+
Since Lucee 6.1.0.155, Lucee supports multiple `httpMethods` per function. This is particularly useful/important for `GET` endpoints which may be also be accessed via a `HEAD` request, which would previously require a second function to match such requests.
220220

221221
```
222222
remote string function echoGET() httpMethod="GET,HEAD" restpath="echoGET" {
@@ -286,4 +286,4 @@ alt="RESTful Server" width="320" border="10" /></a></div>
286286

287287
The Lucee data provider uses REST for the update services and provides some real world examples currently in production.
288288

289-
[https://github.com/lucee/lucee-data-provider/tree/main/apps/updateserver/rest](https://github.com/lucee/lucee-data-provider/tree/main/apps/updateserver/rest)
289+
[https://github.com/lucee/lucee-data-provider/tree/main/apps/updateserver/rest](https://github.com/lucee/lucee-data-provider/tree/main/apps/updateserver/rest)

0 commit comments

Comments
 (0)