Skip to content

Commit 52821f2

Browse files
committed
Fix example so it works
1 parent f856322 commit 52821f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Example for checking the spelling of a word with curl on the default server:
5656

5757
[source]
5858
----
59-
curl -X POST -H 'Content-Type: application/json' -i 'https://api-giellalt.uit.no/speller/se' --data '{"word": "pákhat"}'
59+
curl -X POST -H 'Content-Type: application/json' -i 'https://api-giellalt.uit.no/speller/se' --data '{"text": "pákhat"}'
6060
----
6161

6262
And the expected output:

0 commit comments

Comments
 (0)