spelling: deletes

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-26 18:09:03 -04:00
parent ab59732c09
commit 672686faa5
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ class ProfileField extends BaseRepository
}
/**
* Delets a whole collection of ProfileFields
* Deletes a whole collection of ProfileFields
*
* @param Collection\ProfileFields $profileFields
*

View File

@ -85,7 +85,7 @@ trait VFSTrait
}
/**
* Delets a config file from the Virtual File System
* Deletes a config file from the Virtual File System
*
* @param string $filename The filename of the config file
* @param bool $static True, if the folder `static` instead of `config` should be used