Skip to content

Commit

Permalink
fix typo (#16678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinabcabc authored Oct 24, 2023
1 parent 6c11088 commit c74fe42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ BookInstanceSchema.virtual("url").get(function () {
return "/catalog/bookinstance/" + this._id;
});

// 导出 BookInstancec 模型
// 导出 BookInstance 模型
module.exports = mongoose.model("BookInstance", BookInstanceSchema);
```

Expand Down

0 comments on commit c74fe42

Please sign in to comment.