Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Fix few js guide typos
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed Feb 11, 2020
1 parent dd94a6f commit d0b340f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/migration-guide-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Welcome!
As you may already know RAML 0.8/1.0 JS parser `raml-1-parser` has been deprecated in favor of the new and better one - `webapi-parser`. This guide describes how to migrate an existing code from `raml-1-parser` to `webapi-parser`.

Migration process consists of following steps:
1. [Considering parsers differences](#understanding-parsers-differences)
2. Installing the new parser (as described in respective [readme section](https://github.com/raml-org/webapi-parser/tree/develop#javascript))
1. [Considering parsers differences](#considering-parsers-differences)
2. Installing the new parser (as described in respective [readme section](https://github.com/raml-org/webapi-parser#javascript))
3. [Migrating the code](#migrating-the-code)

## Considering parsers differences
Expand Down Expand Up @@ -127,7 +127,7 @@ node.expand()
wap.raml10.resolve(model)
```

For more details on navigating the new model, please see [Navigating a "WebApi" Model](navigating.md) tutorial.
For more details on navigating the new model, please refer to [Navigating a "WebApi" Model](navigating.md) tutorial.


## Need Assistance?
Expand Down

0 comments on commit d0b340f

Please sign in to comment.