Skip to content

Commit da53b26

Browse files
committed
👍 Fix typo
1 parent 0a9ad26 commit da53b26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

denops_std/buffer/buffer_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test({
4141
});
4242
test({
4343
mode: "all",
44-
name: "open opens a new buffer (symobls with percent-encoding)",
44+
name: "open opens a new buffer (symbols with percent-encoding)",
4545
fn: async (denops) => {
4646
const symbols = " !%22#$%&'()%2a+,-./:;%3c=%3e%3f@[\\]^`{%7c}~";
4747
const info = await open(denops, `test://${symbols}`);

denops_std/helper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export async function main(denops: Denops): Promise<void> {
108108
say: () => {
109109
return friendlyCall(denops, async () => {
110110
// Do whatever you want.
111-
throw new Error("Some error occured");
111+
throw new Error("Some error occurred");
112112
});
113113
},
114114
};

0 commit comments

Comments
 (0)