Skip to content

Commit

Permalink
docs(ses): Fix typo in README (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital authored Oct 21, 2024
1 parent 20b9649 commit 6533129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const c1 = new Compartment({
const moduleLocation = locate(moduleSpecifier);
const moduleText = await retrieve(moduleLocation);
return {
source: new ModuleSource(moduleText, moduleLocation);
source: new ModuleSource(moduleText, moduleLocation)
};
},
__options__: true, // temporary migration affordance
Expand Down

0 comments on commit 6533129

Please sign in to comment.