Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the spelling mistakes #34

Merged
merged 1 commit into from Dec 13, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions _posts/2013-12-12-aura-v2-web-project.markdown
Expand Up @@ -139,7 +139,7 @@ class BlogController
{% endhighlight %}

(Note that you don't need to extend a base controller here. The
[Aura.Web_Project][] package does not force any specifici controller
[Aura.Web_Project][] package does not force any specific controller
methodology on you. Of course, if you want to, you can create your own base
controllers and extend them.)

Expand Down Expand Up @@ -192,7 +192,7 @@ $router->add('blog.read', '/blog/read/{id}')

As with the Aura v1, configuration files are located in
`{$PROJECT_PATH}/config` directory. Previously, they were single files,
labaled for the config mode. In Aura v2, config files are organized into
labeled for the config mode. In Aura v2, config files are organized into
subdirectories by config mode. (The config mode is still stored in the `_mode`
file in the config directory.)

Expand Down