Skip to content

Commit

Permalink
Spelling: wat -> what
Browse files Browse the repository at this point in the history
  • Loading branch information
rhynodesigns committed Mar 8, 2016
1 parent 31956c3 commit fd25208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git clone https://github.com/Lykegenes/laravel-5-snippets.git "Laravel 5 Snippet

## Usage
The included snippets are organized in categories following Laravel's Facades and their documentation; such as `Auth::`, `Config::` and `Session::`.
This way, you can quickly search for wat you'd like to accomplish thanks to Sublime Text fuzzy search.
This way, you can quickly search for what you'd like to accomplish thanks to Sublime Text fuzzy search.

All the snippets in this package follow the following naming convention : `{category}::{function name}`. For example : `Auth::check` will produce this snippet in your code : `Auth::check()`.

Expand Down

0 comments on commit fd25208

Please sign in to comment.