diff --git a/docs/content/concepts/assets/software-defined-assets.mdx b/docs/content/concepts/assets/software-defined-assets.mdx
index 5ba56f2c0b20f..d8773664fa211 100644
--- a/docs/content/concepts/assets/software-defined-assets.mdx
+++ b/docs/content/concepts/assets/software-defined-assets.mdx
@@ -52,7 +52,7 @@ An asset definition includes the following:
### Basic asset definitions
-The easiest way to create an asset definitions is with the decorator.
+The easiest way to create an asset definition is with the decorator.
```python file=/concepts/assets/basic_asset_definition.py
import json
diff --git a/docs/content/guides/dagster/enriching-with-software-defined-assets.mdx b/docs/content/guides/dagster/enriching-with-software-defined-assets.mdx
index d22def379306d..63f26f552cc51 100644
--- a/docs/content/guides/dagster/enriching-with-software-defined-assets.mdx
+++ b/docs/content/guides/dagster/enriching-with-software-defined-assets.mdx
@@ -386,7 +386,7 @@ defs = Definitions(
Here's an equivalent job using asset definitions.
-**Note:** Because some ops don't correspond to assets, this job uses and APIs and to wrap a graph in an asset definitions:
+**Note:** Because some ops don't correspond to assets, this job uses and APIs and to wrap a graph in an asset definition:
```python file=/guides/dagster/enriching_with_software_defined_assets/sda_graph.py
from pandas import DataFrame