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

Fix typo in a function comment

Signed-off-by: Alex Culliere <alozhkin@mirantis.com>
This commit is contained in:
Alex Culliere 2021-02-04 13:53:59 +02:00
parent 26125b1327
commit 80074eeb42

View File

@ -19,7 +19,7 @@ const deactivateCluster = (clusterId: string) => {
};
/**
* Creates hanndlers for high-level actions
* Creates handlers for high-level actions
* that could be performed on an individual cluster
* @param cluster Cluster>
*/