chore: make some documents clearer (#276)

This commit is contained in:
goldlinker
2025-11-11 09:25:54 +08:00
committed by GitHub
parent 2e9f21f838
commit 8164a61376
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ type TemplateFunctionPlugin = NonNullable<PluginDefinition['templateFunctions']>
const hashFunctions: TemplateFunctionPlugin[] = algorithms.map(algorithm => ({
name: `hash.${algorithm}`,
description: 'Hash a value to its hexidecimal representation',
description: 'Hash a value to its hexadecimal representation',
args: [
{
type: 'text',