Skip to content

Commit 6c7387b

Browse files
Merge pull request #124 from crowet/patch-2
fix(docs): correct grammar
2 parents 7dfd7c3 + 743c301 commit 6c7387b

File tree

1 file changed

+1
-1
lines changed
  • component-model/src/design

1 file changed

+1
-1
lines changed

component-model/src/design/wit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ through methods. Resources can be thought of as _objects that implement_ an
215215
interface.
216216

217217
For example, we could model a blob (binary large object) as a resource. The
218-
following WIT defines the a `blob` resource type, which contains a constructor,
218+
following WIT defines the `blob` resource type, which contains a constructor,
219219
two methods, and a static function:
220220

221221
```wit

0 commit comments

Comments
 (0)