From 5b86c76f1d5399787a1c4a5faf274f3892563161 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Li Date: Thu, 23 Feb 2023 11:21:22 +0800 Subject: [PATCH] docs(usage): fix minor typo --- docs/source/basic_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/basic_usage.md b/docs/source/basic_usage.md index b9f5f468..25010d2f 100644 --- a/docs/source/basic_usage.md +++ b/docs/source/basic_usage.md @@ -40,7 +40,7 @@ from openram import tech ... ``` -Note that you need to initalize OpenRAM so that the modules are imported properly. You can also look +Note that you need to initialize OpenRAM so that the modules are imported properly. You can also look at [sram_compiler.py](../../sram_compiler.py) as an example on how to use "openram." If you want to pass custom configuration when generating an SRAM, you can use the `sram_config` class.