Skip to content

Commit 847dff4

Browse files
committed
Typo in code
PR-URL: #1583
1 parent 1eb4211 commit 847dff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/procedure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Procedure {
2828
this.access = exp.access || '';
2929
this.validate = exp.validate || null;
3030
this.timeout = exp.timeout || 0;
31-
this.sirializer = exp.sirialize || null;
31+
this.serializer = exp.serialize || null;
3232
this.protocols = exp.protocols || null;
3333
this.deprecated = exp.deprecated || false;
3434
this.assert = exp.assert || null;

0 commit comments

Comments
 (0)