Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Jan 16, 2019
1 parent 5ab4f01 commit 171b7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/context.ts
Expand Up @@ -2,7 +2,7 @@
* Optional context information and utilities for FTS functions.
*/
export class Context {
/** Versio of the FTS handler that is invoking the function */
/** Version of the FTS handler that is invoking the function */
public readonly version: string

constructor(version: string) {
Expand Down
2 changes: 1 addition & 1 deletion src/http-context.ts
@@ -1,7 +1,7 @@
import * as accepts from 'accepts'
import * as contentType from 'content-type'
import * as http from 'http'
import * as parseUrl from 'parseurl'
import parseUrl from 'parseurl'
import * as qs from 'qs'
import typeIs from 'type-is'
import * as url from 'url'
Expand Down

0 comments on commit 171b7f3

Please sign in to comment.