Skip to content

Commit a974aea

Browse files
authored
Merge pull request #50116 from YutongTie-MSFT/patch-7
(ForumsTeam) fixes MicrosoftDocs/azure-docs#13987
2 parents 86ed7fa + c79a5fb commit a974aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/LUIS/luis-tutorial-pattern-roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In this tutorial, the Human Resources app detects utterances about moving new em
5050
|[Hierarchical (no roles)](luis-quickstart-intent-and-hier-entity.md)|mv Jill Jones from **a-2349** to **b-1298**|a-2349, b-1298|
5151
|This tutorial (with roles)|Move Billy Patterson from **Yuma** to **Denver**.|Yuma, Denver|
5252

53-
You can't use the hierarchical entity in the pattern because only hierarchical parents are used in parents. In order to return the named locations of origin and destination, you muse use a pattern.
53+
You can't use the hierarchical entity in the pattern because only hierarchical parents are used in patterns. In order to return the named locations of origin and destination, you muse use a pattern.
5454

5555
### Simple entity for new employee name
5656
The name of the new employee, Billy Patterson, is not part of the list entity **Employee** yet. The new employee name is extracted first, in order to send the name to an external system to create the company credentials. After the company credentials are created, the employee credentials are added to the list entity **Employee**.
@@ -385,4 +385,4 @@ The intent score is now much higher and the role names are part of the entity re
385385
## Next steps
386386

387387
> [!div class="nextstepaction"]
388-
> [Learn best practices for LUIS apps](luis-concept-best-practices.md)
388+
> [Learn best practices for LUIS apps](luis-concept-best-practices.md)

0 commit comments

Comments
 (0)