Skip to content

Commit 650c7f6

Browse files
Fix grammatical typo in managing-schemas.md (#2305)
"there is many" -> "there are many" Co-authored-by: Jason Ian Green <[email protected]>
1 parent 603f63b commit 650c7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/managing-schemas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ In the example above, the key passed to the `addSchema` method was used to retri
186186

187187
### Pre-adding all schemas vs adding on demand
188188

189-
In the example above all schemas were added in advance. It is also possible, to add schemas as they are used - it can be helpful if there is many schemas. In this case, you need to check first whether the schema is already added by calling `getSchema` method - it would return `undefined` if not:
189+
In the example above all schemas were added in advance. It is also possible, to add schemas as they are used - it can be helpful if there are many schemas. In this case, you need to check first whether the schema is already added by calling `getSchema` method - it would return `undefined` if not:
190190

191191
```javascript
192192
const schema_user = require("./schema_user.json")

0 commit comments

Comments
 (0)