Fix various typos (#2149)
* Fix various typos Found via `codespell -q 3` * Commit updated API documentation Co-authored-by: Owncast <owncast@owncast.online>
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user