summary refs log tree commit diff
path: root/doc/languages-frameworks/android.section.md
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2019-11-09 10:07:59 +0100
committerArnout Engelen <arnout@bzzt.net>2019-11-09 10:10:47 +0100
commit07c84f4de229cddd1abc87350bbe17a4725964b1 (patch)
treedc052f44bb1fb26672568fb4d94207089569d6d9 /doc/languages-frameworks/android.section.md
parenteebdaa936fb03ed8879ae74e2d7a24656d2d454d (diff)
downloadnixpkgs-07c84f4de229cddd1abc87350bbe17a4725964b1.tar
nixpkgs-07c84f4de229cddd1abc87350bbe17a4725964b1.tar.gz
nixpkgs-07c84f4de229cddd1abc87350bbe17a4725964b1.tar.bz2
nixpkgs-07c84f4de229cddd1abc87350bbe17a4725964b1.tar.lz
nixpkgs-07c84f4de229cddd1abc87350bbe17a4725964b1.tar.xz
nixpkgs-07c84f4de229cddd1abc87350bbe17a4725964b1.tar.zst
nixpkgs-07c84f4de229cddd1abc87350bbe17a4725964b1.zip
documentation: drop double 'the'
Diffstat (limited to 'doc/languages-frameworks/android.section.md')
-rw-r--r--doc/languages-frameworks/android.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/android.section.md b/doc/languages-frameworks/android.section.md
index f268c552566..9a5df2523a2 100644
--- a/doc/languages-frameworks/android.section.md
+++ b/doc/languages-frameworks/android.section.md
@@ -95,7 +95,7 @@ $ nix-build
 
 The Android SDK gets deployed with all desired plugin versions.
 
-We can also deploy subsets of the Android SDK. For example, to only the the
+We can also deploy subsets of the Android SDK. For example, to only the
 `platform-tools` package, you can evaluate the following expression:
 
 ```nix