chore: update SystemFSEntryService.js

propery -> property
This commit is contained in:
Ikko Eltociear Ashimine 2024-08-16 00:25:30 +09:00 committed by GitHub
parent d032ab7d24
commit 959a0f4e39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ const _path = require('path');
//
// If `<type>` is `multi`, then the format differs slightly:
// <env>:<service>:<class>:multi:<type>:<property>:<id-property>:<id>
// where `<id-property>` specifies the propery being used for the id
// where `<id-property>` specifies the property being used for the id
class SystemFSEntryService {
constructor ({ services }) {
@ -162,4 +162,4 @@ class SystemFSEntryService {
}
}
module.exports = SystemFSEntryService;
module.exports = SystemFSEntryService;