From 00d84f0862f24a7d67021fdf6e62ec10a7626929 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Tue, 18 Nov 2025 14:37:29 +0700 Subject: [PATCH] Fix typos in some files --- src/static/scripts/jdenticon-3.3.0.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/scripts/jdenticon-3.3.0.js b/src/static/scripts/jdenticon-3.3.0.js index b862ac1e..48e564b6 100644 --- a/src/static/scripts/jdenticon-3.3.0.js +++ b/src/static/scripts/jdenticon-3.3.0.js @@ -1366,7 +1366,7 @@ function updateAllConditional() { * @param {*=} hashOrValue - Optional hash or value to be rendered. If not specified, the `data-jdenticon-hash` or * `data-jdenticon-value` attribute will be evaluated. * @param {Object|number=} config - Optional configuration. If specified, this configuration object overrides any - * global configuration in its entirety. For backward compability a padding value in the range [0.0, 0.5) can be + * global configuration in its entirety. For backward compatibility a padding value in the range [0.0, 0.5) can be * specified in place of a configuration object. */ function update(el, hashOrValue, config) {