Unverified Commit dc9e90b9 authored by Dan Jones's avatar Dan Jones
Browse files

fix: correct comment typo

parent 03de0f57
...@@ -4,7 +4,7 @@ import Validator from 'swagger-model-validator'; ...@@ -4,7 +4,7 @@ import Validator from 'swagger-model-validator';
* GenericProtocol defines a simple passthru handler for messages * GenericProtocol defines a simple passthru handler for messages
* This can be extended to handle different schemas * This can be extended to handle different schemas
* *
* The assunption is that all messages conform to a single * The assumption is that all messages conform to a single
* wrapper schema definition. Different payloads are handled * wrapper schema definition. Different payloads are handled
* by a oneOf definitions within the schema determined by a * by a oneOf definitions within the schema determined by a
* field value. * field value.
......
...@@ -6,7 +6,7 @@ var Validator = require('swagger-model-validator'); ...@@ -6,7 +6,7 @@ var Validator = require('swagger-model-validator');
* GenericProtocol defines a simple passthru handler for messages * GenericProtocol defines a simple passthru handler for messages
* This can be extended to handle different schemas * This can be extended to handle different schemas
* *
* The assunption is that all messages conform to a single * The assumption is that all messages conform to a single
* wrapper schema definition. Different payloads are handled * wrapper schema definition. Different payloads are handled
* by a oneOf definitions within the schema determined by a * by a oneOf definitions within the schema determined by a
* field value. * field value.
......
...@@ -4,7 +4,7 @@ import Validator from 'swagger-model-validator'; ...@@ -4,7 +4,7 @@ import Validator from 'swagger-model-validator';
* GenericProtocol defines a simple passthru handler for messages * GenericProtocol defines a simple passthru handler for messages
* This can be extended to handle different schemas * This can be extended to handle different schemas
* *
* The assunption is that all messages conform to a single * The assumption is that all messages conform to a single
* wrapper schema definition. Different payloads are handled * wrapper schema definition. Different payloads are handled
* by a oneOf definitions within the schema determined by a * by a oneOf definitions within the schema determined by a
* field value. * field value.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment