diff --git a/content/docs/v3/api/components/segment/Segment/index.md b/content/docs/v3/api/components/segment/Segment/index.md index dc976be608..586012d9d8 100644 --- a/content/docs/v3/api/components/segment/Segment/index.md +++ b/content/docs/v3/api/components/segment/Segment/index.md @@ -35,7 +35,7 @@ Segment - + Improve this doc @@ -46,7 +46,7 @@ Improve this doc

A Segment is a group of buttons, sometimes known as Segmented Controls, that allow the user to interact with a compact group of a number of controls. Segments provide functionality similar to tabs, selecting one will unselect all others. You should use a tab bar instead of a segmented control when you want to let the user move back and forth between distinct pages in your app. -You could use Angular's ngModel or FormBuilder API. For an overview on how FormBuilder works, checkout Angular Forms, or Angular FormBuilder

+You could use Angular's ngModel or FormBuilder API. For an overview on how FormBuilder works, checkout Angular Forms, or Angular FormBuilder

<!-- Segment in a header -->
 <ion-header>
   <ion-toolbar>
@@ -676,7 +676,7 @@ You could use Angular's ngModel or FormBuilder API
 

Related

Segment Component Docs, -[Angular Forms](http://learnangular2.com/forms/) +[Angular Forms](http://web.archive.org/web/20180310045610/http://learnangular2.com:80/forms/)