Fix typos in documentations.
Fix typos in READMEs, javadoc, comments and code. Original pull request #642
This commit is contained in:
committed by
Jens Schauder
parent
1aec184ff0
commit
ce994f9ea0
@@ -59,7 +59,7 @@ MongoJsonSchema schema = MongoJsonSchema.builder() //
|
||||
).build();
|
||||
```
|
||||
|
||||
The schema can be used for various funcitionality: Set up `Document` validation for a collection:
|
||||
The schema can be used for various functionality: Set up `Document` validation for a collection:
|
||||
|
||||
```java
|
||||
template.createCollection(Jedi.class, CollectionOptions.empty().validator(Validator.schema(schema)));
|
||||
|
||||
Reference in New Issue
Block a user