diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 96162389..0153ba05 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -54,7 +54,7 @@ Rerun the app to apply the migrations. _Note: For safety, development builds use a separate database location from production builds._ -## Lezer Grammer Generation +## Lezer Grammar Generation ```sh # Example diff --git a/plugins/template-function-hash/src/index.ts b/plugins/template-function-hash/src/index.ts index 8121cc7b..120d8230 100755 --- a/plugins/template-function-hash/src/index.ts +++ b/plugins/template-function-hash/src/index.ts @@ -8,7 +8,7 @@ type TemplateFunctionPlugin = NonNullable 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',