Skip to content

Commit 47fad8d

Browse files
committed
fix(docs): fix docs linting issue
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 581bf5a commit 47fad8d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/site/Parsing-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ query parameters. Please note that this style does not preserve the encoding of
9696
primitive types like numbers and booleans. They are always parsed as strings.
9797

9898
To filter results from the GET `/todo-list` endpoint in the todo-list example
99-
with a relation, { "include": [ { "relation": "todo" } ] }, the following
100-
url-encoded query parameter can be used,
99+
with a relation, { "include": [ { "relation": "todo" } ] }, the following url-encoded
100+
query parameter can be used,
101101

102102
```
103103
http://localhost:3000/todos?filter=%7B%22include%22%3A%5B%7B%22relation%22%3A%22todoList%22%7D%5D%7D

docs/site/decorators/Decorators_openapi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ supports receiving `url-encoded` payload for a json query parameter as per Open
224224
API specification.
225225

226226
To filter results from the GET '/todo-list' endpoint in the todo-list example
227-
with a specific relation, { "include": [ { "relation": "todo" } ] }, the
228-
following `url-encoded` query parameter can be used,
227+
with a specific relation, { "include": [ { "relation": "todo" } ] }, the following
228+
`url-encoded` query parameter can be used,
229229

230230
```
231231
http://localhost:3000/todos?filter=%7B%22include%22%3A%5B%7B%22relation%22%3A%22todoList%22%7D%5D%7D

docs/site/migration/auth/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Next let's take a look of the migration steps to get prepared:
9090
- provides persistency for `User`, see
9191
[section 2](#user-persistency-and-crud-apis).
9292
- creates a login controller, see [section 3](#creating-login-function).
93-
- mounts the JWT authentication component, see [section 4](#mounting-
94-
authentication-component). It mainly includes:
93+
- mounts the JWT authentication component, see [section 4](#mounting- authentication-component).
94+
It mainly includes:
9595
- a token service to generate and validate access tokens
9696
- an authentication strategy to validate the user identity
9797

0 commit comments

Comments
 (0)