1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Doc: Fix typo on json array (#4322)

This commit is contained in:
JackGruber
2021-01-08 06:36:38 +01:00
committed by GitHub
parent 16788d1437
commit 3884ada760

View File

@@ -78,7 +78,7 @@ The `manifest.json` file would be:
{ {
"manifest_version": 1, "manifest_version": 1,
"name": "Testing Content Scripts", "name": "Testing Content Scripts",
content_scripts: [ "content_scripts": [
"myContentScript", "myContentScript",
"otherContentScript", "otherContentScript",
"vendor/test" "vendor/test"