Skip to content

Commit

Permalink
Merge pull request #42 from zatoa/fix/typo-in-data-guide
Browse files Browse the repository at this point in the history
fix: typo within data management guide
  • Loading branch information
leelaprasadv authored Nov 1, 2023
2 parents eda459b + d3804b7 commit dd6ab00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/data-management.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Data Management

Data Management is one of the most powerful features of **PactumJS**. It allows us to logically group, reuse common date across all tests.
Data Management is one of the most powerful features of **PactumJS**. It allows us to logically group, reuse common data across all tests.

## Introduction

Expand Down Expand Up @@ -322,4 +322,4 @@ stash.loadData('/path/to/data/folder');

- [parse](/api/utils/parse)
- [stores](/api/requests/stores)
- [Data Function Handler](/api/handlers/addDataFuncHandler)
- [Data Function Handler](/api/handlers/addDataFuncHandler)

0 comments on commit dd6ab00

Please sign in to comment.