@layer-drone/protocol 0.7.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -102,7 +102,7 @@ class MyController {
102
102
  let message = "Event received";
103
103
  switch (event.event_type) {
104
104
  case "protocol.flight.reviewed":
105
- // handle narrowed event type
105
+ // handle narrowed event type.
106
106
  break;
107
107
  default:
108
108
  message = `Handler for ${event.event_type} not implemented`;