Skip to content

Commit b8a4eed

Browse files
authored
Fix grammar in let-binding.mdx (#891)
1 parent 9924ef0 commit b8a4eed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pages/docs/manual/latest/let-binding.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ Still, `%%private` is useful in the following scenarios:
181181

182182
- **Code generators.** Some code generators want to hide some values but it is sometimes very hard or time consuming for code generators to synthesize the types for public fields.
183183

184-
- **Quick prototyping.** During prototyping, we still want to hide some values, but the interface file is not stable yet, `%%private` provide you such convenience.
184+
- **Quick prototyping.** During prototyping, we still want to hide some values, but the interface file is not stable yet. `%%private` provides you such convenience.
185185

pages/docs/manual/v10.0.0/let-binding.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ Still, `%%private` is useful in the following scenarios:
181181

182182
- **Code generators.** Some code generators want to hide some values but it is sometimes very hard or time consuming for code generators to synthesize the types for public fields.
183183

184-
- **Quick prototyping.** During prototyping, we still want to hide some values, but the interface file is not stable yet, `%%private` provides you such convenience.
184+
- **Quick prototyping.** During prototyping, we still want to hide some values, but the interface file is not stable yet. `%%private` provides you such convenience.
185185

pages/docs/manual/v8.0.0/let-binding.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,5 @@ Still, `%private` is useful in the following scenarios:
217217

218218
- Code generators. Some code generators want to hide some values but it is sometimes very hard or time consuming for code generators to synthesize the types for public fields.
219219

220-
- Quick prototyping. During prototyping, we still want to hide some values, but the interface file is not stable yet, `%private` provide you such convenience.
220+
- Quick prototyping. During prototyping, we still want to hide some values, but the interface file is not stable yet. `%private` provides you such convenience.
221221

pages/docs/manual/v9.0.0/let-binding.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ Still, `%private` is useful in the following scenarios:
181181

182182
- Code generators. Some code generators want to hide some values but it is sometimes very hard or time consuming for code generators to synthesize the types for public fields.
183183

184-
- Quick prototyping. During prototyping, we still want to hide some values, but the interface file is not stable yet, `%private` provide you such convenience.
184+
- Quick prototyping. During prototyping, we still want to hide some values, but the interface file is not stable yet. `%private` provides you such convenience.
185185

0 commit comments

Comments
 (0)