Skip to content

Commit f3dc4b6

Browse files
committed
fix namings
1 parent a5c393e commit f3dc4b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docson/build-schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
},
334334
{
335335
"type": "string",
336-
"description": "(Usually not needed) Alternative path to `refmt`, the Reason syntax binary. Default: path to the `refmt.exe` BuckleScript provides out of the box"
336+
"description": "(Usually not needed) Alternative path to `refmt`, the Reason syntax binary. Default: path to the `refmt.exe` ReScript provides out of the box"
337337
}
338338
]
339339
},
@@ -368,7 +368,7 @@
368368
]
369369
}
370370
},
371-
"title": "BuckleScript build configuration",
371+
"title": "ReScript build configuration",
372372
"description": "All paths are required to be in **Unix format** (foo/bar), the build system normalizes them for other platforms internally",
373373
"type": "object",
374374
"properties": {
@@ -420,7 +420,7 @@
420420
},
421421
"reason": {
422422
"$ref": "#/definitions/reason-specs",
423-
"description": "BuckleScript comes with [Reason](http://reasonml.github.io/) by default. Specific configurations here."
423+
"description": "ReScript comes with [Reason](http://reasonml.github.io/) by default. Specific configurations here."
424424
},
425425
"gentypeconfig": {
426426
"$ref" : "#/definitions/gentype-specs",
@@ -466,7 +466,7 @@
466466
},
467467
"package-specs": {
468468
"$ref": "#/definitions/package-specs",
469-
"description": "BuckleScript can currently output to [Commonjs](https://en.wikipedia.org/wiki/CommonJS), and [ES6 modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)"
469+
"description": "ReScript can currently output to [Commonjs](https://en.wikipedia.org/wiki/CommonJS), and [ES6 modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)"
470470
},
471471
"entries": {
472472
"$ref": "#/definitions/entries",

0 commit comments

Comments
 (0)