diff --git a/content/guides/handling_data/integrating_box_with_hcc.md b/content/guides/handling_data/integrating_box_with_hcc.md
index 480f295c4b0a9b110b710443d263ddd0241f614f..fa5fd824c4f9b98e336e317fb758372007609a54 100644
--- a/content/guides/handling_data/integrating_box_with_hcc.md
+++ b/content/guides/handling_data/integrating_box_with_hcc.md
@@ -85,7 +85,7 @@ put my_output_file.tar.gz
 To run this script, do:
 {{% panel theme="info" header="Run transfer.sh" %}}
 {{< highlight bash >}}
-module laod lftp
+module load lftp
 lftp -f transfer.sh 
 {{< /highlight >}}
 {{% /panel %}}