From cdef48aa2a7c61ee736a1559cb26b9b1d39ba8c4 Mon Sep 17 00:00:00 2001 From: Owen Stephens Date: Fri, 23 Sep 2022 12:07:15 +0100 Subject: [PATCH] Fixed typos OpenFile -> OpenRefine and removed indentation --- _episodes/10-data-transformation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_episodes/10-data-transformation.md b/_episodes/10-data-transformation.md index 81a7e76c..e07b87da 100755 --- a/_episodes/10-data-transformation.md +++ b/_episodes/10-data-transformation.md @@ -70,7 +70,8 @@ The table below presents examples on how to use the patterns as input and the ob | `"EEE, MMM d, ''yy"`| Mon, Jun 5, '22| | `"yyyy.MMMM.dd hh:mm a"`| 2022.June.05 12:10 PM| | `"EEE, d MMM yyyy HH:mm:ss"`| Mon, 5 Jun 2022 12:10:10| -| For a more detailed explanation checkout [OpenFile Documentation](https://docs.openrefine.org/manual/grelfunctions#date-functions). + +For a more detailed explanation checkout [OpenRefine Documentation](https://docs.openrefine.org/manual/grelfunctions#date-functions). ### Booleans