From 6c5b4046736f02fc9221a057e073bf277b7e464b Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Sun, 4 Jul 2021 06:25:35 -0300 Subject: [PATCH] Fix 101 use typo in outputs Fixes #780 Signed-off-by: Marcos Lilljedahl --- docs/learn/101-use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/101-use.md b/docs/learn/101-use.md index c0225b07..c25af7c0 100644 --- a/docs/learn/101-use.md +++ b/docs/learn/101-use.md @@ -113,7 +113,7 @@ The inputs are persisted inside the `.dagger` directory and pushed to your git r ### The outputs -The plan defines one or several `outputs`. They can show helpful information at the end of the deployment. That's how we read the deploy `url` at the end of the deployment. Here is the command to list all inputs: +The plan defines one or several `outputs`. They can show helpful information at the end of the deployment. That's how we read the deploy `url` at the end of the deployment. Here is the command to list all outputs: ```shell dagger output list