Browse Source

Fix various typos (#2149)

* Fix various typos

Found via `codespell -q 3`

* Commit updated API documentation

Co-authored-by: Owncast <owncast@owncast.online>
pull/2147/head
luzpaz 4 years ago committed by GitHub
parent
commit
a080fa1524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/auto-comment-on-label.yaml
  2. 538
      docs/api/index.html
  3. 8
      openapi.yaml
  4. 2
      webroot/js/components/external-action-modal.js
  5. 2
      webroot/styles/standalone-chat-readonly.css
  6. 2
      webroot/styles/video-only.css

2
.github/workflows/auto-comment-on-label.yaml

@ -26,7 +26,7 @@ jobs: @@ -26,7 +26,7 @@ jobs:
### Next Steps
1. Comment on this issue before starting work so it can be assigned to you. Also, this issue may have been filed with limited detail or changes may have occured that are worth sharing with you before you start work.
1. Comment on this issue before starting work so it can be assigned to you. Also, this issue may have been filed with limited detail or changes may have occurred that are worth sharing with you before you start work.
2. Drop by our [community chat](https://owncast.rocket.chat/) if you'd like to be involved in more real-time discussion around Owncast to talk about this change.
3. Follow the project's getting started tips to make sure you can [build and run the project from source](https://owncast.online/development).

538
docs/api/index.html

File diff suppressed because one or more lines are too long

8
openapi.yaml

@ -315,7 +315,7 @@ components: @@ -315,7 +315,7 @@ components:
timestamp:
type: string
format: date-time
description: Timestamp of when the follow occured
description: Timestamp of when the follow occurred
disabledAt:
type: string
format: date-time
@ -1306,7 +1306,7 @@ paths: @@ -1306,7 +1306,7 @@ paths:
/api/admin/config/s3:
post:
summary: Set your storage configration.
summary: Set your storage configuration.
description: Sets your S3 storage provider configuration details to enable external storage.
tags: ['Admin']
security:
@ -2011,8 +2011,8 @@ paths: @@ -2011,8 +2011,8 @@ paths:
/api/admin/chat/users/setmoderator:
post:
summary: Set moderator priviledges on a chat users.
description: Give a chat user ID and be able to grant or remove moderator priviledges to this user.
summary: Set moderator privileges on a chat users.
description: Give a chat user ID and be able to grant or remove moderator privileges to this user.
requestBody:
content:
application/json:

2
webroot/js/components/external-action-modal.js

@ -14,7 +14,7 @@ export default class ExternalActionModal extends Component { @@ -14,7 +14,7 @@ export default class ExternalActionModal extends Component {
this.setIframeLoaded = this.setIframeLoaded.bind(this);
}
componentDidMount() {
// initalize and display Micromodal on mount
// initialize and display Micromodal on mount
try {
MicroModal.init({
awaitCloseAnimation: false,

2
webroot/styles/standalone-chat-readonly.css

@ -9,7 +9,7 @@ You may change any of these settings to fit your presentation layout. Note that @@ -9,7 +9,7 @@ You may change any of these settings to fit your presentation layout. Note that
*/
/*
The styles in this file mostly ovveride those coming from chat.css
The styles in this file mostly override those coming from chat.css
*/
/* modify this px number if you want things to be relatively bigger or smaller */

2
webroot/styles/video-only.css

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
The styles in this file mostly ovveride those coming from chat.css
The styles in this file mostly override those coming from chat.css
*/
/* modify this px number if you want things to be relatively bigger or smaller */

Loading…
Cancel
Save