Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixing minor typo
Hello everyone! I think I stumbled upon a minor typo while reading the documentation. As these little typos are often hard to catch, I thought I'd just quickly propose this change and see if it helps.
  • Loading branch information
mHulb authored May 30, 2017
commit 44ce410734d023450328b2825d9bfe1919cd92c7
4 changes: 2 additions & 2 deletions articles/bot-design-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.reviewer:

# Design bot navigation

Users can navigate websites using breadcrumbs, apps using menus, and a web browsers using buttons like **forward** and **back**.
Users can navigate websites using breadcrumbs, apps using menus, and web browsers using buttons like **forward** and **back**.
However, none of these well-established navigation techniques entirely address navigation requirements within a bot.
As discussed [previously](~/bot-design-conversation-flow.md#dialogs-stacks-and-humans),
users often interact with bots in a non-linear fashion,
Expand Down Expand Up @@ -119,4 +119,4 @@ By maintaining the current topic of conversation, you reduce the potential for c

By designing your bot to avoid these common pitfalls of poorly designed conversational interfaces,
you're taking an important step toward ensuring a great user experience.
Next, learn more about the [UX elements](~/bot-design-user-experience.md) that bots most typically rely upon to exchange information with users.
Next, learn more about the [UX elements](~/bot-design-user-experience.md) that bots most typically rely upon to exchange information with users.