Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormockingjamie <sluecheelip@gmail.com>2016-06-14 04:27:28 +0300
committerGitHub <noreply@github.com>2016-06-14 04:27:28 +0300
commit1144f818cfe3f57b4ce2db0bd8aee1797ba4486a (patch)
tree8286abf6646c091c045775458f0b95a04a33a04b /README.md
parent0aebecfbb09b8a6765418f49afc61733f50bf01b (diff)
Proofread readme.md
Made minor grammatical corrections.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dc18671dd..3aa4ea2d4 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ software.
A bundle is a group of software components (including source code, declared
as AMD modules, as well as resources such as images and HTML templates)
-that are intended to be added or removed as a single unit. A plug-in for
+that is intended to be added or removed as a single unit. A plug-in for
Open MCT will be expressed as a bundle; platform components are also
expressed as bundles.
@@ -133,6 +133,6 @@ documentation, may presume an understanding of these terms.
it, and it is thereafter considered the _navigated_ object (until the
user makes another such choice.)
* _space_: A name used to identify a persistence store. Interactions with
- persistence with generally involve a `space` parameter in some form, to
+ persistence will generally involve a `space` parameter in some form, to
distinguish multiple persistence stores from one another (for cases
where there are multiple valid persistence locations available.)