aboutsummaryrefslogtreecommitdiff
path: root/plugin/builtin_plugins.md
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2019-10-26 10:40:10 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2019-10-26 10:40:10 +0300
commitc07ed1986623ab697c1e76822afc416fc76a8caa (patch)
treee28e6cbe2fa8481d3493f5794e1f14b9ff68acf1 /plugin/builtin_plugins.md
parent868fba56526185e2939b21af77285f25b4a922aa (diff)
downloadxmake-docs-fix-typos.tar.gz
xmake-docs-fix-typos.zip
Fix typosfix-typos
Diffstat (limited to 'plugin/builtin_plugins.md')
-rw-r--r--plugin/builtin_plugins.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/builtin_plugins.md b/plugin/builtin_plugins.md
index 9b842025..70cd0077 100644
--- a/plugin/builtin_plugins.md
+++ b/plugin/builtin_plugins.md
@@ -50,7 +50,7 @@ v2.2.8 or later, provides a new version of the vs project generation plugin exte
But this mode, there is no way to support the rules of xmake. Because xmake's rules use a lot of custom scripts like `on_build`, they can't be expanded, so projects like qt, wdk can't support exporting to vs. compile.
-Therefore, in order to solve this problem, the new version of the vs. build plugin performs the compile operation by directly calling the xmake command under vs, and also supports intellsence and definition jumps, as well as breakpoint debugging.
+Therefore, in order to solve this problem, the new version of the vs. build plugin performs the compile operation by directly calling the xmake command under vs, and also supports intellisense and definition jumps, as well as breakpoint debugging.
The specific use is similar to the old version:
@@ -192,7 +192,7 @@ If you want to cancel multiline input, please input character `q`, for example:
We can record and playback our xmake commands and save as macro quickly using this plugin.
-And we can run this macro to simplify our jobs repeatly.
+And we can run this macro to simplify our jobs repeatably.
### Record Commands