* Change router.addRoutes to router.addRoute
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
## RouteRecordRaw
-Route record that can be provided by the user when adding routes via the [`routes` option](#routeroptions) or via [`router.addRoutes()`](#addroutes). There are three different kind of route records:
+Route record that can be provided by the user when adding routes via the [`routes` option](#routeroptions) or via [`router.addRoute()`](#addroute-2). There are three different kind of route records:
- Single views records: have a `component` option
- Multiple views records ([named views](../guide/essentials/named-views.md)): have a `components` option