mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 08:47:31 +00:00
Fix typo for "spatial" (#768)
This commit is contained in:
@@ -270,7 +270,7 @@ export default class WebPEncoderOptions extends Component<Props, State> {
|
|||||||
value={options.sns_strength}
|
value={options.sns_strength}
|
||||||
onInput={this.onChange}
|
onInput={this.onChange}
|
||||||
>
|
>
|
||||||
Spacial noise shaping:
|
Spatial noise shaping:
|
||||||
</Range>
|
</Range>
|
||||||
</div>
|
</div>
|
||||||
<label class={style.optionTextFirst}>
|
<label class={style.optionTextFirst}>
|
||||||
|
|||||||
Reference in New Issue
Block a user