Permalink
Browse files

Minor typo fix

  • Loading branch information...
ianmilligan1 committed Oct 9, 2018
1 parent 9e0d16f commit af02d5487d02d9ece8565bfba44fd62e1334830f
Showing with 1 addition and 1 deletion.
  1. +1 −1 content/aut/lesson.md
View
@@ -215,7 +215,7 @@ RecordLoader.loadArchives("/aut-resources/Sample-Data/*.gz", sc)
.saveAsTextFile("/data/2006-text")
```
Finally, if we want to remove the HTML headers – let's say if we want to create some nice word clouds – we could add a final command: `RemoveHttpHeader`.
Finally, if we want to remove the HTTP headers – let's say if we want to create some nice word clouds – we can add a final command: `RemoveHttpHeader`.
```scala
import io.archivesunleashed._

0 comments on commit af02d54

Please sign in to comment.