Skip to content

Commit 557c048

Browse files
authored
Merge pull request #11 from pragmatrix/patch-1
Small typo in blocks.md
2 parents d40a995 + a717ec2 commit 557c048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handbook/add.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ adds a value to an attribute on a record
1313
## Syntax
1414

1515
```eve
16-
// Add a value to an attrbiute
16+
// Add a value to an attribute
1717
record.attribute += value
1818
1919
// Add a tag to a record
@@ -72,4 +72,4 @@ bind
7272

7373
## See Also
7474

75-
[set operator](../set) | [remove operator](../remove) | [merge operator](../merge) | [bind](../bind) | [commit](../commit)
75+
[set operator](../set) | [remove operator](../remove) | [merge operator](../merge) | [bind](../bind) | [commit](../commit)

0 commit comments

Comments
 (0)