Skip to content

Commit

Permalink
[Docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Aug 26, 2024
1 parent 77adc83 commit b5d2399
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docs/authentication/user-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ import { User } from './src/app/entities';
async function main() {
const user = new User();
user.foo = 1;
await user.save(); 1
});
await user.save();
}
```

Expand Down

0 comments on commit b5d2399

Please sign in to comment.