Skip to content

Commit

Permalink
Merge pull request #39 from pavel-github/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo in lucee.jar tooltip
  • Loading branch information
zspitzer authored Sep 14, 2024
2 parents 23d8e2a + 5fb4d3e commit 7e08e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/download/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
lang.core='The Lucee Core file, you can simply copy this to the "patches" folder of your existing Lucee installation.';
lang.jar='The Lucee jar #jarInfo#, simply copy that file to the lib (classpath) folder of your servlet engine.';
lang.dependencies='Dependencies (3 party bundles) Lucee needs for this release, simply copy this to "/lucee-server/bundles" of your installation (If this files are not present Lucee will download them).';
lang.jar='Lucee jar file without dependencies Lucee needs to run. Simply copy this file to your servlet engine lib folder (classpath). If dependecy bundles are not in place Lucee will download them.';
lang.jar='Lucee jar file without dependencies Lucee needs to run. Simply copy this file to your servlet engine lib folder (classpath). If dependency bundles are not in place Lucee will download them.';
lang.luceeAll='Lucee jar file that contains all dependencies Lucee needs to run. Simply copy this file to your servlet engine lib folder (classpath)';
lang.lib="The Lucee Jar file, you can simply copy to your existing installation to update to Lucee 5. This file comes in 2 favors, the ""lucee.jar"" that only contains Lucee itself and no dependecies (Lucee will download dependencies if necessary) or the lucee-all.jar with all dependencies Lucee needs bundled (not availble for versions before 5.0.0.112).";
Expand Down Expand Up @@ -918,4 +918,4 @@
</script>
</body>
</html>
</cfoutput>
</cfoutput>

0 comments on commit 7e08e22

Please sign in to comment.