Skip to content

Commit

Permalink
Typo in DockerTests.md (#20009)
Browse files Browse the repository at this point in the history
Summary:
[DOCS] [BUGFIX] [DockerTests.md] - Typo on string #38
Closes #20009

Differential Revision: D8721811

Pulled By: TheSavior

fbshipit-source-id: e678c74fd89bc0c0e9db48590e1911d23bc4d339
  • Loading branch information
kant authored and facebook-github-bot committed Jul 3, 2018
1 parent a09c464 commit c1831d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ There are two Dockerfiles for use with the Android codebase.

The `Dockerfile.android-base` contains all the necessary prerequisites required to run the React Android tests. It is
separated out into a separate Dockerfile because these are dependencies that rarely change and also because it is quite
a beastly image since it contains all the Android depedencies for running android and the emulators (~9GB).
a beastly image since it contains all the Android dependencies for running android and the emulators (~9GB).

The good news is you should rarely have to build or pull down the base image! All iterative code updates happen as
part of the `Dockerfile.android` image build.
Expand Down

0 comments on commit c1831d5

Please sign in to comment.