docs: Fix typos in docs (#497)

This commit is contained in:
SaintMalik
2022-01-04 16:35:38 +01:00
committed by GitHub
parent 5754534beb
commit 0f9fbbb732
8 changed files with 10 additions and 10 deletions

View File

@@ -124,7 +124,7 @@ describe("/admin/shipping-options", () => {
expect(res.data.message).toEqual("ID does not exist")
})
it("it succesfully updates a set of existing requirements", async () => {
it("it successfully updates a set of existing requirements", async () => {
const api = useApi()
const payload = {
@@ -156,7 +156,7 @@ describe("/admin/shipping-options", () => {
expect(res.status).toEqual(200)
})
it("it succesfully updates a set of existing requirements by updating one and deleting the other", async () => {
it("it successfully updates a set of existing requirements by updating one and deleting the other", async () => {
const api = useApi()
const payload = {
@@ -182,7 +182,7 @@ describe("/admin/shipping-options", () => {
expect(res.status).toEqual(200)
})
it("succesfully updates a set of requirements because max. subtotal >= min. subtotal", async () => {
it("successfully updates a set of requirements because max. subtotal >= min. subtotal", async () => {
const api = useApi()
const payload = {