Skip to content

Commit d5c5397

Browse files
authored
Merge pull request #46 from common-workflow-language/manabuishii-patch-episode-19
Fix typo
2 parents 4c80b46 + 8b6d6d9 commit d5c5397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/19-custom-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The reference to a custom type is a combination of the name of the file in which
5959
the object is defined (`InterProScan-apps.yml`) and the name of the object
6060
within that file (`apps`) that defines the custom type. The square brackets `[]`
6161
mean that an array of the preceding type is expected, in this case the `apps`
62-
type from the imported `InterProScan-apps.yaml` file
62+
type from the imported `InterProScan-apps.yml` file
6363

6464
The contents of the YAML file describing the custom type are given below:
6565

0 commit comments

Comments
 (0)