From fb399910d826b99478bef3410c97477cb93e5641 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 18 Oct 2011 14:56:20 -0400 Subject: [PATCH] fix a typo. --- Getting-Started/Getting-Started-Using-Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started/Getting-Started-Using-Plugins.md b/Getting-Started/Getting-Started-Using-Plugins.md index 49e4033..59b779b 100644 --- a/Getting-Started/Getting-Started-Using-Plugins.md +++ b/Getting-Started/Getting-Started-Using-Plugins.md @@ -213,7 +213,7 @@ Learn more about creating a plugin at [[Plugins]] and [[Plugins Best Practices]] Plugins can be installed for all your projects at once by dropping them in `~/.sbt/plugins/`. `~/.sbt/plugins/` is an sbt project whose classpath is exported to all sbt build definition projects. Roughly speaking, any `.sbt` -fils in `~/.sbt/plugins/` behave as if they were in the +files in `~/.sbt/plugins/` behave as if they were in the `project/` directory for all projects, and any `.scala` files in `~/.sbt/plugins/project/` behave as if they were in the `project/project/` directory for all projects.