mirror of https://gitee.com/bigwinds/arangodb
fixed typos in manual
This commit is contained in:
parent
8bd979e3e5
commit
3564f1f1d1
|
@ -3,7 +3,7 @@
|
|||
|
||||
Foxx is an easy way to create APIs and simple web applications from within
|
||||
ArangoDB. It is inspired by Sinatra, the classy Ruby web framework. If
|
||||
Foxx is Sinatra, [ArandoDB's Actions](../ArangoActions/README.md) are the corresponding *Rack*.
|
||||
Foxx is Sinatra, [ArangoDB's Actions](../ArangoActions/README.md) are the corresponding *Rack*.
|
||||
They provide all the HTTP goodness.
|
||||
|
||||
If you just want to install an existing application, please use the
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
* [Example Data](Traversals/ExampleData.md)
|
||||
<!-- 15 -->
|
||||
* [Foxx](Foxx/README.md)
|
||||
* [Handling Request](Foxx/HandlingRequest.md)
|
||||
* [Handling Requests](Foxx/HandlingRequest.md)
|
||||
* [Manifest](Foxx/FoxxManifest.md)
|
||||
* [FoxxController](Foxx/FoxxController.md)
|
||||
* [FoxxModel](Foxx/FoxxModel.md)
|
||||
|
|
Loading…
Reference in New Issue