Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit f2d9f01

Browse files
author
Denisov21
committed
Update README.md
1 parent e274e37 commit f2d9f01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nls/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,15 @@ for a new locale section for adding a new one.
137137
### Branch and Pull Request
138138
For either case, if you have not yet forked the brackets repository in your
139139
github account (`https://github.com/user1/brackets`), it's done automatically.
140-
A new branch will be created in your brackets fork with a unique name
140+
A new branch will be created in your Brackets fork with a unique name
141141
which is something like `patch-1` that contains your changes.
142142

143143
You are then taken to the New Pull Request dialog which is filled in
144144
with all of the information from previous dialog.
145145
It also shows contents of new file or a "diff" of changes to existing file.
146146
You can make any changes if desired, then click "Send Pull Request" when done
147147
(or close page to Cancel).
148-
A pull request for your branch is created and submitted to the brackets "repo".
148+
A pull request for your branch is created and submitted to the Brackets "repo".
149149

150150
### Code Review
151151
Someone on the Brackets team will review the pull request. If it's ok, it will
@@ -155,7 +155,7 @@ pull request which will send you an e-mail notification.
155155
### Updating Existing Branch and Pull Request
156156

157157
If you need to make changes to an existing branch,
158-
you should make updates in the `patch-1` branch in your github fork of brackets
158+
you should make updates in the `patch-1` branch in your Github fork of Brackets
159159
so all of your changes for this update are in a single branch.
160160
Creating a new branch for every update makes it difficult for core team
161161
to see all changes at once, and can even create conflicts that are

0 commit comments

Comments
 (0)