Skip to content

Commit b142344

Browse files
Jack251970Copilot
andauthored
Update localization-toolkit.md
Co-authored-by: Copilot <[email protected]>
1 parent 2bfccc5 commit b142344

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

localization-toolkit.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ For C# Plugins, we need to install and reference [Flow.Launcher.Localization](ww
88

99
### `FLLUseDependencyInjection`
1010

11-
Whether to use depenedency injection to get `IPublicAPI` instance. Default by false.
12-
11+
Whether to use dependency injection to get `IPublicAPI` instance. Default by false.
1312
If set to `false`, the `Main` class that implements **[IPlugin](/API-Reference/Flow.Launcher.Plugin/IPlugin.md)** or **[IAsyncPlugin](/API-Reference/Flow.Launcher.Plugin/IAsyncPlugin.md)** must have a [PluginInitContext](/API-Reference/Flow.Launcher.Plugin/PluginInitContext.md) property which must be at least `internal static`.
1413

1514
If set to `true`, we can access `IPublicAPI` instance from `PublicApi.Instance` in the project by dependency injection.

0 commit comments

Comments
 (0)