Skip to content

Commit 8164a61

Browse files
authored
chore: make some documents clearer (#276)
1 parent 2e9f21f commit 8164a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

plugins/template-function-hash/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type TemplateFunctionPlugin = NonNullable<PluginDefinition['templateFunctions']>
88

99
const 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',

0 commit comments

Comments
 (0)