Skip to content

Commit fa89ef4

Browse files
Fix gibberish sentence.
1 parent 1702f83 commit fa89ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Of note:
5757
* `package.json` contains our dependencies, as well as some shortcuts for commands we'd like to run for testing, previewing, and deploying our app.
5858
* `public` contains static assets like the HTML page we're planning to deploy to, or images. You can delete any file in this folder apart from `index.html`.
5959
* `src` contains our TypeScript and CSS code. `index.tsx` is the entry-point for our file, and is mandatory.
60-
* `images.d.ts` will tell TypeScript that we're certain types of image files, which create-react-app supports.
60+
* `images.d.ts` will tell TypeScript that certain types of image files can be `import`-ed, which create-react-app supports.
6161

6262
# Setting up source control
6363

0 commit comments

Comments
 (0)