1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix typos

Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
Hung-Han (Henry) Chen 2021-10-04 13:43:50 +03:00
parent 8b7080e975
commit 6a0e4d3e60
No known key found for this signature in database
GPG Key ID: 54B44603D251B788

View File

@ -77,7 +77,7 @@ export class LensRendererExtension extends LensExtension {
} }
/** /**
* Add a filtering function for the catalog catogries. This will be removed if the extension is disabled. * Add a filtering function for the catalog categories. This will be removed if the extension is disabled.
* @param fn The function which should return a truthy value for those categories which should be kept. * @param fn The function which should return a truthy value for those categories which should be kept.
* @returns A function to clean up the filter * @returns A function to clean up the filter
*/ */