Skip to content

Commit

Permalink
Fixed more spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hunt committed Jan 18, 2017
1 parent 9322fe0 commit c9cc006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Akka.NET Bootcamp

WWelcome to [Akka.NET](http://getakka.net/ "Akka.NET - Distributed actor model in C# and F#") Bootcamp! This is a free, self-directed learning course brought to you by the folks at [Petabridge](http://petabridge.com/ "Petabridge - Akka.NET Training, Consulting, and Support").
Welcome to [Akka.NET](http://getakka.net/ "Akka.NET - Distributed actor model in C# and F#") Bootcamp! This is a free, self-directed learning course brought to you by the folks at [Petabridge](http://petabridge.com/ "Petabridge - Akka.NET Training, Consulting, and Support").

[![Get Akka.NET training material & updates at https://petabridge.com/bootcamp/signup](images/grok.png)](https://petabridge.com/bootcamp/signup)

Expand Down
2 changes: 1 addition & 1 deletion src/Unit-2/lesson4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Yes, but the syntax is a little different inside an `UntypedActor`. To switch be

These are the API calls inside an `UntypedActor`:

* `Context.Become(Receive rec)` - changes behavior without preservering the previous behavior on the stack;
* `Context.Become(Receive rec)` - changes behavior without preserving the previous behavior on the stack;
* `Context.BecomeStacked(Receive rec)` - pushes a new behavior on the stack or
* `Context.UnbecomeStacked()` - pops the current behavior and switches to the previous (if applicable.)

Expand Down

0 comments on commit c9cc006

Please sign in to comment.