From 8b6d6d97cc23ec57587ba625bedc1c698c29e270 Mon Sep 17 00:00:00 2001 From: Manabu ISHII Date: Mon, 4 Dec 2017 14:38:51 +0900 Subject: [PATCH] Fix typo Included sample is already `yml`. From `InterProScan-apps.yaml` to `InterProScan-apps.yml` --- _episodes/19-custom-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/19-custom-types.md b/_episodes/19-custom-types.md index 39fe3757..395353ca 100644 --- a/_episodes/19-custom-types.md +++ b/_episodes/19-custom-types.md @@ -59,7 +59,7 @@ The reference to a custom type is a combination of the name of the file in which the object is defined (`InterProScan-apps.yml`) and the name of the object within that file (`apps`) that defines the custom type. The square brackets `[]` mean that an array of the preceding type is expected, in this case the `apps` -type from the imported `InterProScan-apps.yaml` file +type from the imported `InterProScan-apps.yml` file The contents of the YAML file describing the custom type are given below: