We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9ad26 commit da53b26Copy full SHA for da53b26
denops_std/buffer/buffer_test.ts
@@ -41,7 +41,7 @@ test({
41
});
42
test({
43
mode: "all",
44
- name: "open opens a new buffer (symobls with percent-encoding)",
+ name: "open opens a new buffer (symbols with percent-encoding)",
45
fn: async (denops) => {
46
const symbols = " !%22#$%&'()%2a+,-./:;%3c=%3e%3f@[\\]^`{%7c}~";
47
const info = await open(denops, `test://${symbols}`);
denops_std/helper/README.md
@@ -108,7 +108,7 @@ export async function main(denops: Denops): Promise<void> {
108
say: () => {
109
return friendlyCall(denops, async () => {
110
// Do whatever you want.
111
- throw new Error("Some error occured");
+ throw new Error("Some error occurred");
112
113
},
114
};
0 commit comments