Skip to content

Commit 653d07d

Browse files
authored
Fixed missing 'a' in Controllers section of documentation (#1108)
Minor typo fixed. There was an 'a' missing in the getting started folder structure section for controllers. Original: "Controllers are great way..." Corrected: "Controllers are a great way of grouping together application logic."
1 parent 7b80a83 commit 653d07d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/folder-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is where all of your application logic goes.
4747

4848
#### Controllers
4949

50-
Controllers are great way of grouping together application logic. Most controllers have many functions that accept a request and return some sort of response.
50+
Controllers are a great way of grouping together application logic. Most controllers have many functions that accept a request and return some sort of response.
5151

5252
#### Migrations
5353

0 commit comments

Comments
 (0)