Skip to content

Commit

Permalink
Merge pull request #2 from thoradam/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
danielbsig committed Aug 18, 2014
2 parents fac3aba + 85440d0 commit 973d507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Week01/2. REST.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It is common to define a resource (such as /api/courses) which represents a list
## REST and HTTP ##

Technically, REST doesn't depend on HTTP. However, most REST services are implemented using HTTP, and the reason for
that is that HTTP fits wery well, since all the main characteristics of REST are also prevalent in HTTP.
that is that HTTP fits very well, since all the main characteristics of REST are also prevalent in HTTP.

It is therefore almost universal for REST services to use concepts from HTTP:

Expand Down
2 changes: 1 addition & 1 deletion Week01/3. ASP.NET Web API.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In 2012, Microsoft released the first version of the [ASP.NET Web API](http://ww
which was designed to create RESTful web services.

Currently, this is Windows only. However, Microsoft is working on the next version, with the codename "ASP.NET vNext".
This version will unify all ASP.NET tecnhologies (Web Forms, MVC, Web API) into a single codebase, which will be
This version will unify all ASP.NET technologies (Web Forms, MVC, Web API) into a single codebase, which will be
cross-platform. This version is [hosted on Github](https://github.com/aspnet).

## Architecture
Expand Down

0 comments on commit 973d507

Please sign in to comment.