Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 264f85f

Browse files
author
Dekel Barzilay
committed
Fixed typo in docs
1 parent ff36d95 commit 264f85f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Note that all this eager related options are optional.
167167
- **`$modifyEager`** - filter relation based on a relation's field,
168168
e.g. `companies.find({ query: { $eager: 'employees', $modifyEager: { employees: { name: 'John' } } } })`
169169
- **`$mergeEager`** - merge an eager expression to `$eager`,
170-
e.g. `ccompanies.find({ query: { $eager: 'employees', $mergeEager: 'ceos' } })`
170+
e.g. `companies.find({ query: { $eager: 'employees', $mergeEager: 'ceos' } })`
171171
- **`$pick`** - pick properties from result models. See
172172
[`pick`](https://vincit.github.io/objection.js/api/query-builder/other-methods.html#pick) documentation.
173173

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "feathers-objection",
33
"description": "A service plugin for ObjectionJS an ORM based on KnexJS",
4-
"version": "4.6.2",
4+
"version": "4.6.3",
55
"homepage": "https://github.com/feathersjs-ecosystem/feathers-objection",
66
"keywords": [
77
"feathers",

0 commit comments

Comments
 (0)