Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Sep 30, 2022
1 parent f352032 commit 7040a79
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 @@ -31,7 +31,7 @@ class AppModule extends AbstractModule
'password',
'slave1,slave2,slave3' // optional slave server list
$options, // optional key=>value array of driver-specific connection options
$queris // Queries to execute after the connection.
$queries // Queries to execute after the connection.
);
}
}
Expand All @@ -47,7 +47,7 @@ Use AuraSqlEnvModule to get the value from the environment variable each time at
'PDO_PASSWORD', // getenv('PDO_PASSWORD')
'PDO_SLAVE' // getenv('PDO_SLAVE')
$options, // optional key=>value array of driver-specific connection options
$queris // Queries to execute after the connection.
$queries // Queries to execute after the connection.
);
```

Expand Down

0 comments on commit 7040a79

Please sign in to comment.