Skip to content

Commit

Permalink
typo: temprarily -> temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 28, 2020
1 parent 7413ea9 commit b90539b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/routing/developer-site-redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('developer redirects', () => {
)
})

// TODO temprarily ensure we redirect old links using the new enterprise format
// TODO temporarily ensure we redirect old links using the new enterprise format
// for currently supported enterprise releases only
// EXAMPLE: /en/enterprise-server@2.20/v3/pulls/comments -> /en/enterprise-server@2.20/rest/reference/pulls#comments
// We can remove test after we update all the old `/v3` links to point to `/rest`
Expand Down Expand Up @@ -165,7 +165,7 @@ describe('developer redirects', () => {
)
})

// TODO temprarily ensure we redirect old links using the new enterprise format
// TODO temporarily ensure we redirect old links using the new enterprise format
// for currently supported enterprise releases only
// EXAMPLE: /en/enterprise-server@2.20/v4/interface/actor -> /en/enterprise-server@2.20/graphql/reference/interfaces#actor
// We can remove test after we update all the old `/v4` links to point to `/graphql`
Expand Down

0 comments on commit b90539b

Please sign in to comment.