Skip to content

Commit 837e6f6

Browse files
added repositiry
1 parent 9e63e56 commit 837e6f6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.en.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ acquainted and configure additional features
77

88
## Creating a repository by template
99

10-
Use this GoIT repository as a template for creating a repository
11-
of your project. To use it just tap the `«Use this template»` button and choose
10+
Use this GoIT repository as a template for creating a repository of your
11+
project. To use it just tap the `«Use this template»` button and choose
1212
`«Create a new repository»` option, as you can see on the image below.
1313

1414
![Creating repo from a template step 1](./assets/template-step-1.png)
1515

16-
The page for creating a new repository will open on the next step. Fill out
17-
the Name field and make sure the repository is public, then click
16+
The page for creating a new repository will open on the next step. Fill out the
17+
Name field and make sure the repository is public, then click
1818
`«Create repository from template»` button.
1919

2020
![Creating repo from a template step 2](./assets/template-step-2.png)
2121

22-
You now have a personal project repository, having a repository-template file
23-
and folder structure. After that, you can work with it as you would with any
24-
other private repository: clone it on your computer, write code, commit, and
22+
You now have a personal project repository, having a repository-template file
23+
and folder structure. After that, you can work with it as you would with any
24+
other private repository: clone it on your computer, write code, commit, and
2525
send it to GitHub.
2626

2727
## Preparing for coding

src/components/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class App extends Component {
2020
selectedImage: null,
2121
galleryRef: React.createRef(),
2222
}// we got state 'searchQuery' from 'searchbar.js' (searchQueryOriginal=searchQuery)
23-
23+
// hook
2424
async componentDidUpdate(prevProps, prevState) {
2525
const prevQuery = prevState.searchQuery;
2626
const nextQuery = this.state.searchQuery;

0 commit comments

Comments
 (0)