From 113c1c2d695bc913e531c93fccdc2788c4d951cd Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 17 Jan 2017 16:33:22 -0800 Subject: [PATCH] Fix 2-year-old typo (successfull vs successful) --- buildpack-deps/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpack-deps/content.md b/buildpack-deps/content.md index bcd49a465..660190e3a 100644 --- a/buildpack-deps/content.md +++ b/buildpack-deps/content.md @@ -10,7 +10,7 @@ This stack is designed to be the foundation of a language-stack image. ## What's included? -The main tags of this image are the full batteries-included approach. With them, a majority of arbitrary `gem install` / `npm install` / `pip install` should be successfull without additional header/development packages. +The main tags of this image are the full batteries-included approach. With them, a majority of arbitrary `gem install` / `npm install` / `pip install` should be successful without additional header/development packages. For some language stacks, that doesn't make sense, particularly if linking to arbitrary external C libraries is much less common (as in Go and Java, for example), which is where these other smaller variants can come in handy.