diff options
| author | MaximilianEmel <19846453+MaximilianEmel@users.noreply.github.com> | 2025-01-03 12:55:50 -0500 |
|---|---|---|
| committer | MaximilianEmel <19846453+MaximilianEmel@users.noreply.github.com> | 2025-01-03 12:55:50 -0500 |
| commit | b7c1af114ba0f3449db0f48614974a244ec9b30e (patch) | |
| tree | f186acfa9b03294c376800932fa11ac379f05b1c /misc | |
| parent | 59138b1c815b800b783155489c64348fc909ed31 (diff) | |
fixed typo in schema
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/ols.schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json index 8093dc9..1ce278c 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -106,7 +106,7 @@ }, "exclude_path": { "type": "array", - "description": "List of paths that will be exldued from workspace symbol searches.", + "description": "List of paths that will be excluded from workspace symbol searches.", "items": { "type": "string" } |