Skip to content

Commit

Permalink
Typo fixes 🎨
Browse files Browse the repository at this point in the history
Signed-off-by: Rachel Myers <rachelmyers@google.com>
  • Loading branch information
rachelmyers committed Mar 8, 2018
1 parent 0fe56e6 commit 17ee014
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ of event data.

## Table of Contents
- [Overview](#overview)
- [Deisgn Goals](#design-goals)
- [Design Goals](#design-goals)
- [Status](#status)
- [Notations and Terminology](#notations-and-terminology)
- [Context Attributes](#context-attributes)
Expand Down Expand Up @@ -61,7 +61,7 @@ describing the key elements of the system including:
- Action: An action consumes an event, producing a behavior or effect which was
triggered by a specific *occurrence* from a specific *source*. While the
details of how events are delivered to an action is outside of the scope of the
specification, the purpose of generating an *event* is typcially to allow other
specification, the purpose of generating an *event* is typically to allow other
systems to easily react to changes in a source that they do not control. The
*source* and action are often built by different developers.

Expand All @@ -73,8 +73,8 @@ Gateway to the *action*, a service provided by a different developer.

The events system provides a way for the developer to specify which *event*
should be delivered to which *action*. The specific mechanism is outside the
scope of the specification, yet the following definitions faciltate an
understanding of how CloudEvent are typically used in context:
scope of the specification, yet the following definitions facilitate an
understanding of how CloudEvents are typically used in context:
- Trigger: the condition that causes an event to be transmitted from source to
action
- Rule: the association of trigger + action
Expand Down

0 comments on commit 17ee014

Please sign in to comment.