Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CORE_CONCEPTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Source Code:

## Ruby on Rails

Rails is a web application framework that includes everything needed to create database-backed web applications.
Ruby on Rails is a web application framework that includes everything needed to create database-backed web applications.

Website:
- https://rubyonrails.org/
Expand Down
2 changes: 1 addition & 1 deletion docs/ETL.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ They live in
lib/etl/runners/
```

The runners that that pull data from the NYC Open Data Portal and store an exact copy in the primary database live in
The runners that pull data from the NYC Open Data Portal and store an exact copy in the primary database live in

```
lib/etl/runners/primary_db_imports/
Expand Down
Loading