Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb900bb

Browse files
authored
Merge pull request#9 from shermanhui/patch-2
Update README.md
2 parentsab9a1ad +7ed4674 commiteb900bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class MenuItem {
8888
}
8989
```
9090

91-
##Reflect expected result
91+
##Reflecttheexpected result
9292

9393
A name should reflect the expected result.
9494

@@ -123,7 +123,7 @@ Take a look at how this pattern may be applied in the table below.
123123
|`handleClickOutside`||`handle`|`Click`|`Outside`|
124124
|`shouldDisplayMessage`|`should`|`Display`|`Message`||
125125

126-
>**Note:** The order of context affects the meaning of a variable. For example,`shouldUpdateComponent` means_you_ are about to update a component, while`shouldComponentUpdate` tells you that_component_ will update on itself, and you are but controllingwhether it shoulddo that right now.
126+
>**Note:** The order of context affects the meaning of a variable. For example,`shouldUpdateComponent` means_you_ are about to update a component, while`shouldComponentUpdate` tells you that_component_ will update on itself, and you are but controllingwhen it shouldbe updated.
127127
>In other words,**high context emphasizes the meaning of a variable**.
128128
129129
---
@@ -179,7 +179,7 @@ console.log(fruits) // 5
179179

180180
###`fetch`
181181

182-
Requests fora data, which takes time (i.e. async request).
182+
Request forsome data, which takes some indeterminate time (i.e. async request).
183183

184184
```js
185185
functionfetchPosts(postCount) {
@@ -309,11 +309,11 @@ function shouldUpdateUrl(url, expectedUrl) {
309309

310310
###`min`/`max`
311311

312-
Represent minimum or maximum value. Used when describing boundaries or limits.
312+
Represents a minimum or maximum value. Used when describing boundaries or limits.
313313

314314
```js
315315
/**
316-
* Renders random amount of posts within
316+
* Rendersarandom amount of posts within
317317
* the given min/max boundaries.
318318
*/
319319
functionrenderPosts(posts,minPosts,maxPosts) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp