typo: UpstashAPL need restURL not restUrl (#196)

* typo restURL not restUrl

* Create .changeset/wild-suits-hug.md

---------

Co-authored-by: Lukasz Ostrowski <lukasz@monolog.tech>
This commit is contained in:
Hazem Khaled 2023-02-27 22:41:06 +03:00 committed by GitHub
parent aa6fbaf2ec
commit 5a93a166ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@saleor/app-sdk": patch
---
Fix typo in UpstashAPL docs

View file

@ -179,7 +179,7 @@ import { UpstashAPL } from "@saleor/app-sdk/APL";
const apl = new UpstashAPL({
restToken: "XXXXXXXXXXXXXX",
restUrl: "https://eu2-red-panda-00000.upstash.io",
restURL: "https://eu2-red-panda-00000.upstash.io",
});
```