From 959a0f4e3994ab254a13c2f779f0b7d0b3abed2e Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 16 Aug 2024 00:25:30 +0900 Subject: [PATCH] chore: update SystemFSEntryService.js propery -> property --- src/backend/src/filesystem/storage/SystemFSEntryService.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/src/filesystem/storage/SystemFSEntryService.js b/src/backend/src/filesystem/storage/SystemFSEntryService.js index 6cc8ef4b..a2266025 100644 --- a/src/backend/src/filesystem/storage/SystemFSEntryService.js +++ b/src/backend/src/filesystem/storage/SystemFSEntryService.js @@ -26,7 +26,7 @@ const _path = require('path'); // // If `` is `multi`, then the format differs slightly: // :::multi:::: -// where `` specifies the propery being used for the id +// where `` specifies the property being used for the id class SystemFSEntryService { constructor ({ services }) { @@ -162,4 +162,4 @@ class SystemFSEntryService { } } -module.exports = SystemFSEntryService; \ No newline at end of file +module.exports = SystemFSEntryService;