Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix a few typos #923

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/parse-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var createAuthDbUrl = require('./utils/create-auth-dbUrl')
* app’s package.json (on the `"hoodie"` key).
*
* The parsing of the database configuration is a bit more complex. If `dbUrl`
* is passed it means that a remote CouchDB is used for persistance, otherwise
* is passed it means that a remote CouchDB is used for persistence, otherwise
* PouchDB is being used. A shortcut to set PouchDB’s adapter to memdown is to
* passe set the `inMemory: true` option. If it’s not set, leveldown is used
* with the prefix set to `options.data` + 'data' (`.hoodie/data` by default).
Expand Down
2 changes: 1 addition & 1 deletion cli/utils/create-auth-dbUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = createAuthDbUrl
* @param dbPassword used for parsing options.dbUrlPassword
* @param dbUrl used for parsing options.dbUrl
*
* @var dbUrlParts contains different parts of dbUrl, helping in modifing username and password
* @var dbUrlParts contains different parts of dbUrl, helping in modifying username and password
*
* @returns dbUrl based on the parameters
* @throws Error if dbUrl is unparsable or authDetails are missing
Expand Down
2 changes: 1 addition & 1 deletion docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ working with on the client side. It consists of:
which lets you do user authentication, such as signing users up, in
and out
- `The store API <client/hoodie.store.html>`__,
which provides means to store and retrieve data for each individial
which provides means to store and retrieve data for each individual
user
- `The connectionStatus API <client/hoodie.connection-status.html>`__,
which provides helpers for connectivity.
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/DOCS_STYLE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The current tests we run on pull requests using Travis Continuous Integration (C
Bonus style points
~~~~~~~~~~~~~~~~~~
- Be fun and friendly as long as it does not distract or confuse the reader
- Include videos or gifs to demostrated a feature
- Include videos or gifs to demonstrated a feature
- You can use Humour but remember the reader is looking for an *answer* not a comedy sketch
- Cultural references and puns don't always translate - keep jokes light
- Remember English is not the first language for many readers - keep language simple where possible
Expand Down