From 3200d17127b73b5b9e90e282c582993b1c9f982e Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 19 Jul 2013 17:23:13 +0200 Subject: [PATCH] fixed a typo --- Documentation/UserManual/Actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/UserManual/Actions.md b/Documentation/UserManual/Actions.md index fe862ad796..530d81e1cb 100644 --- a/Documentation/UserManual/Actions.md +++ b/Documentation/UserManual/Actions.md @@ -16,7 +16,7 @@ HTTP `GET`. You can store documents using HTTP `POST`. However, there is something more. You can write small sniplets - so called actions - to extend the database. The idea of actions is that sometimes it is -better to store parts of the business logic within AnrangoDB. +better to store parts of the business logic within ArangoDB. The simplest example is the age of a person. Assume you store information about people in your database. It is an anti-pattern to store the age, because it