mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
chore: update SystemFSEntryService.js
propery -> property
This commit is contained in:
parent
d032ab7d24
commit
959a0f4e39
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user