diff --git a/adrs/003_simple_trait_system.md b/adrs/003_simple_trait_system.md index 3878204a2f3..d3857d5e537 100644 --- a/adrs/003_simple_trait_system.md +++ b/adrs/003_simple_trait_system.md @@ -21,7 +21,7 @@ trait MyTrait { ``` This item introduces an "interface", with function signatures and associated types that need to be defined by the implementations. -Not that there is no `Self` or a type this trait is `for`. It is stand alone. +Note that there is no `Self` or a type this trait is `for`. It is stand alone. ### Impl top level item ``` diff --git a/vscode-cairo/README.md b/vscode-cairo/README.md index 42dfd12d831..a3a15fbf3a1 100644 --- a/vscode-cairo/README.md +++ b/vscode-cairo/README.md @@ -41,7 +41,7 @@ Happy coding! ## Configuration This extension can be configured through VS Code's configuration settings. -All settings all under the `cairo1.*` section. +All settings are under the `cairo1.*` section. Consult the settings UI in VS Code for more documentation. ## Support