Skip to content

Commit d4903f6

Browse files
committed
improve spelling and grammar
1 parent 124e7c6 commit d4903f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
<!-- MDOC !-->
99

10-
Bring's an extensiable SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries.
10+
Brings an extensible SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries.
1111

12-
- Lower the barreir for DBA's to contribute in your codebase, without having to translate SQL to Ecto.Query.
13-
- Composilbe queries, no need for you to remember, when to start with select or from.
14-
- Interpolational queries, don't fiddle with fragments and `?`.
12+
- Lower the barrier for DBAs to contribute in your codebase, without having to translate SQL to Ecto.Query.
13+
- Composable queries, no need for you to remember, when to start with select or from.
14+
- Interpolation-al queries, don't fiddle with fragments and `?`.
1515

1616
## Examples
1717

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule SQL.MixProject do
1212
version: @version,
1313
elixir: "~> 1.18",
1414
deps: deps(),
15-
description: "Bring's an extensiable SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries.",
15+
description: "Brings an extensible SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries.",
1616
name: "SQL",
1717
docs: docs(),
1818
package: package()

0 commit comments

Comments
 (0)