Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTypo: 'containa' vs 'contains' in the routing docs #36763
Milestone
Comments
Platonn
added a commit
to Platonn/angular
that referenced
this issue
Apr 22, 2020
closes angular#36763
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Description
There is a typo in the routing docs (
containaword should becontains):(https://github.com/angular/angular/blob/master/aio/content/guide/router.md#register-router-and-routes)
What's the affected URL?
https://angular.io/guide/router#register-router-and-routes
Expected
The
RouterModule.forRoot()method returns a module that contains the configured ...