Skip to content

Commit 6121f9b

Browse files
committed
- Fixed documentation
1 parent fed1b40 commit 6121f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/development/writingzeppelininterpreter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Here is an example of `interpareter-setting.json` on your own interpreter.
4747
```json
4848
[
4949
{
50-
"interpreterGroup": "your-group",
51-
"interpreterName": "your-name",
52-
"interpreterClassName": "your.own.interpreter.class",
50+
"group": "your-group",
51+
"name": "your-name",
52+
"className": "your.own.interpreter.class",
5353
"properties": {
5454
"propertiies1": {
5555
"envName": null,

0 commit comments

Comments
 (0)