Browse Source

docs: Fix typo (#3345)

oidt 11 months ago
parent
commit
813bf7260d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/docs/guides/developer-guide/dataloaders/index.md

+ 1 - 1
docs/docs/guides/developer-guide/dataloaders/index.md

@@ -51,7 +51,7 @@ npm install dataloader
 
 **Dataloader skeleton**
 
-```ts title="src/plugins/my-plugin/api/datalaoder.ts"
+```ts title="src/plugins/my-plugin/api/dataloader.ts"
 import DataLoader from 'dataloader'
 
 const LoggerCtx = 'SubscriptionDataloaderService'