From 2614ac3874e32665b9fafeb489771e44b775544e Mon Sep 17 00:00:00 2001 From: savitaashture Date: Tue, 27 Jan 2015 19:55:49 +0530 Subject: [PATCH] Fixed a documentation error. --- doc/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/actions.md b/doc/actions.md index 175f7b2..3fed889 100644 --- a/doc/actions.md +++ b/doc/actions.md @@ -5,7 +5,7 @@ The work performed by a [Task](tasks.md) or [LRP](lrps.md) is expressed in terms The following actions are available. The details are presented below: - [`RunAction`](#runaction): runs a process in the container -- [`DownloadAction`](#donwloadaction): fetches an archive (`.tgz` or `.zip`) and extracts it into the container +- [`DownloadAction`](#downloadaction): fetches an archive (`.tgz` or `.zip`) and extracts it into the container - [`UploadAction`](#uploadaction): uploads a single file, in the container, to a URL via POST - [`ParallelAction`](#parallelaction): runs multiple actions in parallel. - [`SerialAction`](#serialaction): runs multiple actions in order.