Skip to content

Commit

Permalink
Merge pull request #19 from PythonCreator27/patch-1
Browse files Browse the repository at this point in the history
chore(docs): fix typos in validation docs
  • Loading branch information
gadicc authored Feb 5, 2021
2 parents 09fd23a + c65ec53 commit a439e7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/validation.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Validation

`yahoo-finance2` validates all results returned from Yahoo before returning
them. This document explains why this is import, but also how you can
them. This document explains why this is important, but also how you can
side-step this if you understand the risks.

1. [Why Validate](#why-validate)
1. [Using Unvalidated Data](#using-unvalidated-data)
1. [Skip Validation Completely](#using-unvalidated-data)
1. [Don't Log Validation Fails](#dont-log-validation-fails)
1. [Don't Log Validation Failures](#dont-log-validation-fails)

<a name="why-validate"></a>
## Why Validate
Expand Down Expand Up @@ -102,7 +102,7 @@ if (result
```

<a name="dont-log-validation-fails"></a>
## Don't Log Validation Fails
## Don't Log Validation Failures

To turn off the helpful but verbose error logging on validation fails,
simply set:
Expand Down

0 comments on commit a439e7d

Please sign in to comment.