File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/template-function-hash/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Rerun the app to apply the migrations.
5454
5555_ Note: For safety, development builds use a separate database location from production builds._
5656
57- ## Lezer Grammer Generation
57+ ## Lezer Grammar Generation
5858
5959``` sh
6060# Example
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ type TemplateFunctionPlugin = NonNullable<PluginDefinition['templateFunctions']>
88
99const hashFunctions : TemplateFunctionPlugin [ ] = algorithms . map ( algorithm => ( {
1010 name : `hash.${ algorithm } ` ,
11- description : 'Hash a value to its hexidecimal representation' ,
11+ description : 'Hash a value to its hexadecimal representation' ,
1212 args : [
1313 {
1414 type : 'text' ,
You can’t perform that action at this time.
0 commit comments