Skip to content

Commit

Permalink
Fix typos in summary of some pod public APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
symphony-loic committed Feb 3, 2023
1 parent 70418c3 commit cd37f22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pod/pod-api-public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ paths:
$ref: '#/definitions/Error'
'/v1/im/{id}/info':
get:
summary: Get information about a partcular IM.
summary: Get information about a particular IM.
produces:
- application/json
parameters:
Expand Down Expand Up @@ -1061,7 +1061,7 @@ paths:
$ref: '#/definitions/Error'
'/v3/room/{id}/info':
get:
summary: Get information about a partcular chatroom.
summary: Get information about a particular chatroom.
produces:
- application/json
parameters:
Expand Down Expand Up @@ -1995,7 +1995,7 @@ paths:
$ref: '#/definitions/Error'
'/v2/streams/{sid}/info':
get:
summary: Get information about a partcular stream.
summary: Get information about a particular stream.
produces:
- application/json
parameters:
Expand Down

0 comments on commit cd37f22

Please sign in to comment.