aboutsummaryrefslogtreecommitdiffstats
path: root/cypress.d.ts
diff options
context:
space:
mode:
authorwithbest <seekseat@outlook.com>2024-07-29 14:43:27 +0800
committerwithbest <seekseat@outlook.com>2024-07-29 14:43:27 +0800
commitdd08f9320249d8ac7bf96f338a5be70d60af1dce (patch)
treea1c45c5f1663e72a8591ad6e0d57bc2a05c7e7b6 /cypress.d.ts
parent8f235982c9d4380065ba2568b6185c4ceefaa9fa (diff)
downloadnextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.tar.gz
nextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.zip
chore: fix some comments
Signed-off-by: withbest <seekseat@outlook.com>
Diffstat (limited to 'cypress.d.ts')
-rw-r--r--cypress.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress.d.ts b/cypress.d.ts
index f2784fced37..91621323d33 100644
--- a/cypress.d.ts
+++ b/cypress.d.ts
@@ -23,8 +23,8 @@ declare global {
/**
* Unmock all initial states or one defined by app and key
*
- * @param app app name of the inital state
- * @param key the key of the the initial state
+ * @param app app name of the initial state
+ * @param key the key of the initial state
*/
unmockInitialState: (app?: string, key?: string) => void
}