diff --git a/docs/source/index.md b/docs/source/index.md index 516033fc..ada16d9e 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -354,7 +354,7 @@ Currently, pandera provides three validation backends: `pandas`, `pyspark`, and | {ref}`Data synthesis strategies ` | ✅ | ❌ | ❌ | | {ref}`Validation decorators ` | ✅ | ✅ | ✅ | | {ref}`Lazy validation ` | ✅ | ✅ | ✅ | -| {ref}`Dropping inalid rows ` | ✅ | ❌ | ✅ | +| {ref}`Dropping invalid rows ` | ✅ | ❌ | ✅ | | {ref}`Pandera configuration ` | ✅ | ✅ | ✅ | | {ref}`Schema Inference ` | ✅ | ❌ | ❌ | | {ref}`Schema persistence ` | ✅ | ❌ | ❌ |