1
0
Fork 0

fix(docs): Howtos documentation corrections and updates

This commit is contained in:
Benjamin F 2022-12-22 17:24:59 -08:00
parent 04da277fd2
commit 24f7776840
25 changed files with 46 additions and 43 deletions

View file

@ -22,7 +22,7 @@ Do __not__ replace the `path` object:
paths = {}
```
as the `paths` object is more than a pojo (plain old javascript object)
as the `paths` object is more than a pojo (plain old JavaScript object)
</Warning>
<Tip>