diff --git a/website/docs/docs/dbt-cloud-apis/sl-jdbc.md b/website/docs/docs/dbt-cloud-apis/sl-jdbc.md index c082ae1bb4d..9178d1e6592 100644 --- a/website/docs/docs/dbt-cloud-apis/sl-jdbc.md +++ b/website/docs/docs/dbt-cloud-apis/sl-jdbc.md @@ -166,7 +166,7 @@ If no substring is provided, the query returns all metrics. In the case when you don't want to return the full result set from a metadata call, you can paginate the results for both `semantic_layer.metrics()` and `semantic_layer.dimensions()` calls using the `page_size` and `page_number` parameters. - `page_size`: This is an optional variable which sets the number of records per page. If left as None, there is no page limit. -- `page_number`: This is another optional feature which specifies the page number to retrieve. Defaults to `1` (first page) if not specified. +- `page_number`: This is an optional variable which specifies the page number to retrieve. Defaults to `1` (first page) if not specified. Examples: