website: fixed typos and update translation (#1407)

This commit is contained in:
igor
2024-03-04 08:16:39 -03:00
committed by GitHub
parent 170cd3f912
commit 217755bb5a
7 changed files with 22 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ KernelSU fornece uma biblioteca JavaScript e [publica-a no npm](https://www.npmj
Por exemplo, você pode executar um comando shell para obter uma configuração específica ou modificar uma propriedade:
```javascript
```JavaScript
import { exec } from 'kernelsu';
const { errno, stdout } = exec("getprop ro.product.model");