Skip to content

Commit

Permalink
fix a missing infinitive (typo) in intro.rst (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyatoms authored and begriffs committed Feb 15, 2017
1 parent 6e1e8f0 commit 022e110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Using PostgREST is an alternative to manual CRUD programming. Custom API servers
Declarative Programming
-----------------------

It's easier to ask PostgreSQL to join data for you and let its query planner figure out the details than to loop through rows yourself. It's easier to assign permissions to db objects than to add guards in controllers. (This is especially true for cascading permissions in data dependencies.) It's easier set constraints than to litter code with sanity checks.
It's easier to ask PostgreSQL to join data for you and let its query planner figure out the details than to loop through rows yourself. It's easier to assign permissions to db objects than to add guards in controllers. (This is especially true for cascading permissions in data dependencies.) It's easier to set constraints than to litter code with sanity checks.

Leak-proof Abstraction
----------------------
Expand Down

0 comments on commit 022e110

Please sign in to comment.