We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d40a995 + a717ec2 commit 557c048Copy full SHA for 557c048
src/handbook/add.md
@@ -13,7 +13,7 @@ adds a value to an attribute on a record
13
## Syntax
14
15
```eve
16
-// Add a value to an attrbiute
+// Add a value to an attribute
17
record.attribute += value
18
19
// Add a tag to a record
@@ -72,4 +72,4 @@ bind
72
73
## See Also
74
75
-[set operator](../set) | [remove operator](../remove) | [merge operator](../merge) | [bind](../bind) | [commit](../commit)
+[set operator](../set) | [remove operator](../remove) | [merge operator](../merge) | [bind](../bind) | [commit](../commit)
0 commit comments