Skip to content

Commit 7125ca2

Browse files
committed
Merge pull request #147 from mmc2004jp/patch-1
Update extending.md Fixes a minor typo in the documentation about extending the buildpack.
2 parents 3d3b0eb + c632743 commit 7125ca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/extending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Extending
22
For general information on extending the buildpack, refer to [Configuration and Extension](../README.md#configuration-and-extension).
33

4-
To add a component, its class name must be added added to [`config/components.yml`][]. It is recommended, but not required, that the class' file be placed in a directory that matches its type.
4+
To add a component, its class name must be added to [`config/components.yml`][]. It is recommended, but not required, that the class' file be placed in a directory that matches its type.
55

66
| Component Type | Location
77
| -------------- | --------

0 commit comments

Comments
 (0)