Skip to content

Commit

Permalink
Merge pull request sass#190 from nikai3d/patch-1
Browse files Browse the repository at this point in the history
fix typos in README.md
  • Loading branch information
HamptonMakes committed Nov 26, 2013
2 parents 3c4cf61 + a3e43e3 commit cda6453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Usage
-----

While libsass is primarily implemented in C++, it provides a simple
C interface that is defined in [sass_inteface.h]. Its usage is pretty
C interface that is defined in [sass_interface.h]. Its usage is pretty
straight forward.

First, you create a sass context struct. We use these objects to define
Expand All @@ -64,7 +64,7 @@ different context types.
sass_folder_context // full-folder multi-file

Each of the context's have slightly different behavior and are
implemented seperately. This does add extra work to implementing
implemented separately. This does add extra work to implementing
a wrapper library, but we felt that a mixed-use context object
provides for too much implicit logic. What if you set "input_string"
AND "input_file"... what do we do? This would introduce bugs into
Expand Down

0 comments on commit cda6453

Please sign in to comment.