Skip to content

Commit f7da0eb

Browse files
authored
docs: preload asset typos (#222)
1 parent cb4e555 commit f7da0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ We provide a few built-in plugins within the `@envelop/core`, and many more plug
134134
| useDisableIntrospection | [`@envelop/disable-introspection`](./packages/plugins/disable-introspection) | Disables introspection by adding a validation rule |
135135
| useFilterAllowedOperations | [`@envelop/filter-operation-type`](./packages/plugins/filter-operation-type) | Only allow execution of specific operation types |
136136
| useExtendedValidation | [`@envelop/extended-validation`](./packages/plugins/extended-validation) | Adds custom validations to the execution pipeline, with access to variables. Comes with an implementation for `@oneOf` directive for input union. |
137-
| usePreloadAsset | [`@envelop/preload-asset`](./packages/plugins/preload-asset) | Register asset that should be prefetched on the client via an extensions field. |
137+
| usePreloadAssets | [`@envelop/preload-assets`](./packages/plugins/preload-assets) | Register asset that should be prefetched on the client via an extensions field. |
138138
| usePersistedOperations | [`@envelop/persisted-operations`](./packages/plugins/persisted-operations) | Simple implementation of persisted operations/queries, based on custom store. |
139139

140140
## Sharing / Composing `envelop`s

0 commit comments

Comments
 (0)