Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Optimise Validation Store description
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Oct 21, 2023
1 parent 216ba25 commit ac16422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The **[Store-Notices Store (wc/store/store-notices)](store-notices.md)** is dedi
import { STORE_NOTICES_STORE_KEY } from '@woocommerce/blocks-data';
```

The **[Validation Store (wc/store/validation)](validation.md)** ensures data validation across the platform, ensuring data integrity and security. To access this store using a constant, you can use:
The **[Validation Store (wc/store/validation)](validation.md)** holds data relating to validation errors, it is primarily used in the Cart and Checkout flows to ensure the Checkout doesn't continue while invalid data is present. To access this store using a constant, you can use:

```ts
import { VALIDATION_STORE_KEY } from '@woocommerce/blocks-data';
Expand Down

0 comments on commit ac16422

Please sign in to comment.