Skip to content

Commit 8eddb72

Browse files
authored
Merge pull request #124203 from ryanrandhawa/patch-1
Update search-faceted-navigation.md
2 parents fe61aa0 + 05c7486 commit 8eddb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-faceted-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ if (businessTitleFacet != "")
198198
filter = "business_title eq '" + businessTitleFacet + "'";
199199
```
200200

201-
Here's another example from the hotels sample. The following code snippet adds `categoyrFacet` to the filter if a user selects a value from the category facet.
201+
Here's another example from the hotels sample. The following code snippet adds `categoryFacet` to the filter if a user selects a value from the category facet.
202202

203203
```csharp
204204
if (!String.IsNullOrEmpty(categoryFacet))

0 commit comments

Comments
 (0)