File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,15 @@ Each one of them encapsulates the operations related to it (like listing, updati
8585
8686#### ` forms.list({ page: 1, pageSize = 10, search = '', page }) `
8787- Get a list of your typeforms
88- - Returns a list of typeform with the payload [ refenced here] ( https://developer.typeform.com/create/reference/retrieve-forms/ ) .
88+ - Returns a list of typeform with the payload [ referenced here] ( https://developer.typeform.com/create/reference/retrieve-forms/ ) .
8989
9090#### ` forms.get({ uid }) `
9191- Get a typeform by UID
92- - Returns a typeform with the payload [ refenced here] ( https://developer.typeform.com/create/reference/retrieve-form/ ) .
92+ - Returns a typeform with the payload [ referenced here] ( https://developer.typeform.com/create/reference/retrieve-form/ ) .
9393
9494#### ` forms.update({ uid, data = {}, override = false }) `
9595- Get a typeform by UID
96- - Returns a typeform with the payload [ refenced here] ( https://developer.typeform.com/create/reference/retrieve-form/ ) .
96+ - Returns a typeform with the payload [ referenced here] ( https://developer.typeform.com/create/reference/retrieve-form/ ) .
9797
9898#### ` forms.delete({ uid }) `
9999
You can’t perform that action at this time.
0 commit comments