Skip to content

Commit 28c8d82

Browse files
committed
AOS-100 Remove additional quote
1 parent 44d3641 commit 28c8d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/detailed-result-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ simple methods available that you can access anywhere.
2020
* `isSuccess()`: Simply states whether or not the search was a success, or error.
2121
* `getRecords()`: A `PaginatedList` of `Record` objects that were returned by the search service based on your `Query`.
2222
* `getFacets`: An `ArrayList` of `Facet` objects that were returned by the search service based on your `Query`.
23-
* `getQuery`": The `Query` object containing the user entered search term. See the [Query class](#query-class) section below for safe handling of user input.
23+
* `getQuery`: The `Query` object containing the user entered search term. See the [Query class](#query-class) section below for safe handling of user input.
2424

2525
The `Results` class is also a `ViewableData` object, so these methods can be access in your template with `$isSuccess`,
2626
`$Records`, and `$Facets`.

0 commit comments

Comments
 (0)