Skip to content

Commit

Permalink
Revise grammar in Mix.Config config template (elixir-lang#5935)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
fxn authored and lexmag committed Mar 27, 2017
1 parent 9711c6f commit 3c8bdfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/mix/lib/mix/tasks/new.ex
Original file line number Diff line number Diff line change
Expand Up @@ -352,15 +352,15 @@ defmodule Mix.Tasks.New do
# if you want to provide default values for your application for
# 3rd-party users, it should be done in your "mix.exs" file.
# You can configure for your application as:
# You can configure your application as:
#
# config :<%= @app %>, key: :value
#
# And access this configuration in your application as:
# and access this configuration in your application as:
#
# Application.get_env(:<%= @app %>, :key)
#
# Or configure a 3rd-party app:
# You can also configure a 3rd-party app:
#
# config :logger, level: :info
#
Expand Down

0 comments on commit 3c8bdfc

Please sign in to comment.