From 80583a35bb382a0feac2c7b18d9f365019aab01e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 20 Jan 2017 08:13:17 +0000 Subject: [PATCH] spelling: dependent --- notes/0.13.11.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/0.13.11.markdown b/notes/0.13.11.markdown index 3b9d369a8..eef7d38bc 100644 --- a/notes/0.13.11.markdown +++ b/notes/0.13.11.markdown @@ -188,7 +188,7 @@ When `trackInternalDependencies` is set to `TrackLevel.TrackIfMissing`, sbt will )) ) -The `exportToInternal` setting allows the dependee subprojects to opt out of the internal tracking, which might be useful if you want to track most subprojects except for a few. The intersection of the `trackInternalDependencies` and `exportToInternal` settings will be used to determine the actual track level. Here's an example to opt-out one project: +The `exportToInternal` setting allows the dependent subprojects to opt out of the internal tracking, which might be useful if you want to track most subprojects except for a few. The intersection of the `trackInternalDependencies` and `exportToInternal` settings will be used to determine the actual track level. Here's an example to opt-out one project: lazy val dontTrackMe = (project in file("dontTrackMe")). settings(