Skip to content

Commit 4cbba9e

Browse files
committed
fix typo in documentation for regexpValidator
1 parent 734e14c commit 4cbba9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geo/Geoserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2616,7 +2616,7 @@ def publish_featurestore_sqlview(
26162616
```
26172617
{
26182618
"name": "<name of parameter (required)>"
2619-
"rexegpValidator": "<string containing regex validator> (optional)"
2619+
"regexpValidator": "<string containing regex validator> (optional)"
26202620
"defaultValue" : "<default value of parameter if not specified (required only for non-string parameters)>"
26212621
}
26222622
```

0 commit comments

Comments
 (0)