mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-13 12:44:45 +02:00
chore(stronghold): readme typo (#1028)
This commit is contained in:
@@ -84,7 +84,7 @@ Afterwards all the plugin's APIs are available through the JavaScript guest bind
|
||||
import { Stronghold, Location, Client } from "tauri-plugin-stronghold-api";
|
||||
import { appDataDir } from "@tauri-apps/api/path";
|
||||
|
||||
const initStrongHold = async () => {
|
||||
const initStronghold = async () => {
|
||||
const vaultPath = `${await appDataDir()}/vault.hold`;
|
||||
|
||||
const vaultKey = "The key to the vault";
|
||||
@@ -107,7 +107,7 @@ const initStrongHold = async () => {
|
||||
};
|
||||
};
|
||||
|
||||
const { stronghold, client } = await initStrongHold();
|
||||
const { stronghold, client } = await initStronghold();
|
||||
|
||||
const store = client.getStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user