pages/*: remove double spaces (#10379)

This commit is contained in:
Lena
2023-06-14 17:32:31 +02:00
committed by GitHub
parent 9add941ec6
commit f7458cbb0c
13 changed files with 14 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
- Send data in JSON format, specifying the appropriate content-type header:
`Invoke-WebRequest -Body {{'{"name":"bob"}'}} -ContentType 'application/json' {{http://example.com/users/1234}}`
`Invoke-WebRequest -Body {{'{"name":"bob"}'}} -ContentType 'application/json' {{http://example.com/users/1234}}`
- Pass a username and password for server authentication: