From 1ac82650280b2b3d80e18df26e9278f574e47989 Mon Sep 17 00:00:00 2001 From: Isaac Clayton Date: Tue, 12 Jul 2022 16:34:09 +0200 Subject: [PATCH] Fix typo --- crates/plugin_runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/plugin_runtime/README.md b/crates/plugin_runtime/README.md index f7e46cc2cf..02e4e80e63 100644 --- a/crates/plugin_runtime/README.md +++ b/crates/plugin_runtime/README.md @@ -110,7 +110,7 @@ Here's a quick explainer of what we're doing: - `plugin = { path = "../../crates/plugin" }` is used so we have access to the prelude, which has a few useful functions and can automatically generate serialization glue code for us. -- `[profile.release]` these options wholistically optimize for size, which will become increasibgly important as we add more plugins. +- `[profile.release]` these options wholistically optimize for size, which will become increasingly important as we add more plugins. ### Importing and Exporting functions To import or export a function, all you need are two things: