Skip to content

Commit

Permalink
docs: fix typo (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Nov 23, 2020
1 parent cf995eb commit e478b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Fauda does two things for you:

1. It **loads** your configuration from files, command-line options, and environment variables; giving flexibility to adapt to your users' workflow.
2. It **validates** your configuration using a JSON schema, applying defaults when avaialble; abstracting the hard things for you providing auto-completion to your users.
2. It **validates** your configuration using a JSON schema, applying defaults when available; abstracting the hard things for you providing auto-completion to your users.

## Features

Expand Down Expand Up @@ -245,7 +245,7 @@ Load, normalize, and return a configuration object from multiple sources.

- **namespace** `string`: String used to prefix environment variables and namespace your configuration in the `package.json`. It's typically your package's name.
- **schema** `string | JsonObject`: Path to a JSON schema, or the schema itself, used to normalize your configuration.
- **options?** `Partial<FaudaOptions>`: See availabble [options](#options).
- **options?** `Partial<FaudaOptions>`: See available [options](#options).

**Examples**

Expand Down

0 comments on commit e478b6c

Please # to comment.