aboutsummaryrefslogtreecommitdiff
path: root/src/utils/misc.tsx
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-09-16 22:59:34 +0200
committerVendicated <vendicated@riseup.net>2022-09-16 22:59:34 +0200
commit71a60a0359eda13221f2314c0b1c33c86f240fd3 (patch)
treecbf6048c91034ac77ac61494cf0975fd0d229e0e /src/utils/misc.tsx
parent5f62d2d3ec2cfbb39b0663e96b82746384ef1b89 (diff)
downloadVencord-71a60a0359eda13221f2314c0b1c33c86f240fd3.tar.gz
Vencord-71a60a0359eda13221f2314c0b1c33c86f240fd3.tar.bz2
Vencord-71a60a0359eda13221f2314c0b1c33c86f240fd3.zip
Add .editorconfig; reformat project
Diffstat (limited to 'src/utils/misc.tsx')
-rw-r--r--src/utils/misc.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/misc.tsx b/src/utils/misc.tsx
index 9d4c001..8a9afe1 100644
--- a/src/utils/misc.tsx
+++ b/src/utils/misc.tsx
@@ -53,7 +53,7 @@ export function LazyComponent<T = any>(factory: () => React.ComponentType<T>) {
}
/**
- * Recursively merges defaults into an object and returns the same object
+ * Recursively merges defaults into an object and returns the same object
* @param obj Object
* @param defaults Defaults
* @returns obj