Skip to content

Commit 53f0fa1

Browse files
committed
Typos
1 parent 16a68a3 commit 53f0fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Seriously? Yes! All you have to do is:
6666

6767
- Pass a **[Doctrine DBAL connection](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/)** to MagicQuery's constructor. MagicQuery will analyze your schema.
6868
- In your SQL query, replace the tables with `magicjoin(start_table)`
69-
- For each column of your query, use the complete name ([table_name].[column_name] instead if [column_name] alone)
69+
- For each column of your query, use the complete name ([table_name].[column_name] instead of [column_name] alone)
7070

7171
Let's assume your database schema is:
7272

doc/magic_join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Seriously? Yes! All you have to do is:
77

88
- Pass a **Doctrine DBAL connection** to MagicQuery's constructor. MagicQuery will analyze your schema.
99
- In your SQL query, replace the tables with `magicjoin(start_table)`
10-
- For each column of your query, use the complete name ([table_name].[column_name] instead if [column_name] alone)
10+
- For each column of your query, use the complete name ([table_name].[column_name] instead of [column_name] alone)
1111

1212
Let's assume your database schema is:
1313

0 commit comments

Comments
 (0)